Merge branch 'master' of github.com:lvl2/avocados
commit
af9c1de586
1
game.py
1
game.py
|
@ -159,6 +159,7 @@ class TheGame:
|
||||||
|
|
||||||
# Redraw the HUD
|
# Redraw the HUD
|
||||||
the_hud.draw_hud(score, displaytime, round(fps, 2))
|
the_hud.draw_hud(score, displaytime, round(fps, 2))
|
||||||
|
crystalBall.setColor(color)
|
||||||
|
|
||||||
# If we're not currently in between levels…
|
# If we're not currently in between levels…
|
||||||
if levelChange == 0:
|
if levelChange == 0:
|
||||||
|
|
Loading…
Reference in New Issue