1
Fork 0

changed messages

This commit is contained in:
Jake Howard 2015-05-07 20:16:18 +01:00
parent f74812bc3b
commit 8a5756051d
1 changed files with 2 additions and 2 deletions

View File

@ -148,10 +148,10 @@ def play(window):
PLAYING_GAME = False
for target in target_group:
target.image.fill((255,0,0))
return "player collision"
return "PLAYER COLLISION"
if drop_targets:
logging.debug("drop")
logging.debug("The targets are moving down a level!")
for target in target_group:
target.drop()