completely disabled led handler, also the name input box keeps being at the wrong place :x
This commit is contained in:
parent
e3af1a7f50
commit
d64b0858fc
@ -342,7 +342,7 @@ def enter_name():
|
||||
|
||||
textbox_surface = pygame_font_2.render(str(name), True, pygame_font_main_color)
|
||||
textbox_rectangle = textbox_surface.get_rect()
|
||||
textbox_rectangle.topleft = (930, 400)
|
||||
textbox_rectangle.topleft = (800, 480)
|
||||
|
||||
screen.blit(textbox_text_surface, textbox_text_rectangle)
|
||||
screen.blit(textbox_surface, textbox_rectangle)
|
||||
@ -496,7 +496,7 @@ while True:
|
||||
clear_screen()
|
||||
handle_events()
|
||||
show_debug()
|
||||
led_handler()
|
||||
#led_handler()
|
||||
|
||||
print(int((pygame.time.get_ticks()/1000))%2)
|
||||
if game_running == False and game_ending == False:
|
||||
|
Loading…
Reference in New Issue
Block a user