No bads should spawn with health bars off-screen

This commit is contained in:
Sage Vaillancourt 2018-05-23 04:34:13 -04:00
parent 2934ddd400
commit fd95d4791b
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ func BaddieTimer():
updatePoints()
bad.position.x = 1200
bad.position.y = randi()%500 + 25
bad.position.y = (randi()%470) + 40
else:
total_bads_spawned = 0