diff --git a/gametest_rev1.py b/gametest_rev1.py index 6af68e5..efb883f 100644 --- a/gametest_rev1.py +++ b/gametest_rev1.py @@ -554,10 +554,8 @@ while True: clear_screen() handle_events() show_debug() - #led_handler() + led_handler() 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: # one shot for changing the led colour