]> Skullheadx's Git Forge - Pygame-Jam.git/commitdiff
fdsafdsa
authorlbcmk <30442978+lbcmk@users.noreply.github.com>
Wed, 13 Jul 2022 23:03:47 +0000 (19:03 -0400)
committerlbcmk <30442978+lbcmk@users.noreply.github.com>
Wed, 13 Jul 2022 23:03:47 +0000 (19:03 -0400)
Game.py

diff --git a/Game.py b/Game.py
index 627e06c00186494f1c47fbd59e00b6d7565e75ba..88d303e9d0450a3ab494d35fe700febb6456446e 100644 (file)
--- a/Game.py
+++ b/Game.py
@@ -63,9 +63,6 @@ class Game:
             self.pet = Pet([6852, 1500], self.collision_layer["pet"], [self.collision_layer["world"]])
         else:
             self.pet = Pet(self.player.position - [100000, 100000], self.collision_layer["pet"], [self.collision_layer["world"]])
-
-        print(self.player.position)
-
         self.has_pet = False
         if jeff_position is not None:
             self.jeff = Enemy(jeff_position, self.collision_layer["enemy"],