From: Skullheadx <704277@pdsb.net> Date: Tue, 12 Jul 2022 22:01:27 +0000 (-0400) Subject: Update Game.py X-Git-Url: http://git.skullheadx.com/nixos/static/projects.html?a=commitdiff_plain;h=6252696b6944002cdb17a4f2b3a627bb6baf6ab4;p=Pygame-Jam.git Update Game.py --- diff --git a/Game.py b/Game.py index a0b3941..5daa7cd 100644 --- a/Game.py +++ b/Game.py @@ -191,10 +191,10 @@ class Game: # pg.draw.circle(surf,(255,0,0),o.position,10) # o.position += Setup.camera_offset self.dialogue.draw(surf, self.player, "Next dimension, here I am!", 4, 1) - self.dialogue.draw(surf, self.player, "text2", 3, 2) - self.dialogue.draw(surf, self.player, "text3", 2, 3) - self.dialogue.draw(surf, self.player, "text4", 1, 4) - self.dialogue.draw(surf, self.player, "text5", 0.5, 5) + # self.dialogue.draw(surf, self.player, "text2", 3, 2) + # self.dialogue.draw(surf, self.player, "text3", 2, 3) + # self.dialogue.draw(surf, self.player, "text4", 1, 4) + # self.dialogue.draw(surf, self.player, "text5", 0.5, 5) if(self.level == 13): self.dialogue.draw(surf, self.player, "text1", 4, 1)