This commit is contained in:
EggMan 2024-05-06 09:22:22 -04:00
parent 228e3f91cb
commit a2f6bc2f9f

View File

@ -236,7 +236,7 @@ class MyGame(arcade.Window):
# self.play_death_animation() # self.play_death_animation()
self.respawn() self.respawn()
else: else:
if DEBUG:
print("\n" * 100) print("\n" * 100)
print("You scored: " + str(self.Score)) print("You scored: " + str(self.Score))
print("You died on level: " + str(self.level)) print("You died on level: " + str(self.level))
@ -251,8 +251,8 @@ class MyGame(arcade.Window):
testx = random.randint(0, 5 + 100 - self.level * 5) testx = random.randint(0, 5 + 100 - self.level * 5)
testy = random.randint(0, 11 + 100 - self.level * 5) testy = random.randint(0, 11 + 100 - self.level * 5)
testx = 500 # testx = 500
testy = 500 # testy = 500
if self.alienCounterY < 0: if self.alienCounterY < 0:
# Reset the X and Y counter variables # Reset the X and Y counter variables