make the code look nicer!
This commit is contained in:
parent
e14cac3a65
commit
d2d0ff4e29
1 changed files with 0 additions and 3 deletions
3
game.py
3
game.py
|
@ -136,9 +136,6 @@ def play(window):
|
||||||
if player.lives <= 0:
|
if player.lives <= 0:
|
||||||
return "LIVES"
|
return "LIVES"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if target_movement_timeout <=0:
|
if target_movement_timeout <=0:
|
||||||
drop_targets = False
|
drop_targets = False
|
||||||
for target in target_group:
|
for target in target_group:
|
||||||
|
|
Reference in a new issue