changed messages
This commit is contained in:
parent
f74812bc3b
commit
8a5756051d
1 changed files with 2 additions and 2 deletions
4
game.py
4
game.py
|
@ -148,10 +148,10 @@ def play(window):
|
||||||
PLAYING_GAME = False
|
PLAYING_GAME = False
|
||||||
for target in target_group:
|
for target in target_group:
|
||||||
target.image.fill((255,0,0))
|
target.image.fill((255,0,0))
|
||||||
return "player collision"
|
return "PLAYER COLLISION"
|
||||||
|
|
||||||
if drop_targets:
|
if drop_targets:
|
||||||
logging.debug("drop")
|
logging.debug("The targets are moving down a level!")
|
||||||
for target in target_group:
|
for target in target_group:
|
||||||
target.drop()
|
target.drop()
|
||||||
|
|
||||||
|
|
Reference in a new issue