final changes for better touch function

This commit is contained in:
2025-05-04 14:01:55 +02:00
parent 349ee7a520
commit 41ce304a76

View File

@@ -501,7 +501,7 @@ async def show_instruction_screen(image):
if event.type == pygame.QUIT:
pygame.quit()
sys.exit()
elif is_SPACE_event(event) or (result == "snapi"):
elif is_SPACE_event(event) or (result == "snap"):
waiting = False
async def fail_current_case():