final changes for better touch function

This commit is contained in:
2025-05-03 02:01:15 +02:00
parent c353b5645e
commit 96a8b4d8e5

View File

@@ -502,7 +502,7 @@ async def show_instruction_screen(image):
pygame.quit() pygame.quit()
sys.exit() sys.exit()
elif await is_SPACE_event(event) or (result == "snap"): elif await is_SPACE_event(event) or (result == "snap"):
print (result == "snap") print ("test")
waiting = False waiting = False
async def fail_current_case(): async def fail_current_case():