more fixes
This commit is contained in:
parent
0fb43994fd
commit
5e2ecbc98f
@ -554,10 +554,8 @@ while True:
|
|||||||
clear_screen()
|
clear_screen()
|
||||||
handle_events()
|
handle_events()
|
||||||
show_debug()
|
show_debug()
|
||||||
#led_handler()
|
led_handler()
|
||||||
print(str(pygame.time.get_ticks()))
|
print(str(pygame.time.get_ticks()))
|
||||||
print(str(int((pygame.time.get_ticks()/100))%2))
|
|
||||||
print(str(leds_constant_update))
|
|
||||||
|
|
||||||
if game_running == False and game_ending == False:
|
if game_running == False and game_ending == False:
|
||||||
# one shot for changing the led colour
|
# one shot for changing the led colour
|
||||||
|
Loading…
Reference in New Issue
Block a user