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

diff --git a/Game.py b/Game.py
index d80c77de47d7f53937255a390fb6f4fffab2a98e..627e06c00186494f1c47fbd59e00b6d7565e75ba 100644 (file)
--- a/Game.py
+++ b/Game.py
@@ -62,7 +62,9 @@ class Game:
         if(level == 1):
             self.pet = Pet([6852, 1500], self.collision_layer["pet"], [self.collision_layer["world"]])
         else:
-            self.pet = Pet(self.player.position, self.collision_layer["pet"], [self.collision_layer["world"]])
+            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: