final changes for better touch function
This commit is contained in:
2
main.py
2
main.py
@@ -501,7 +501,7 @@ async def show_instruction_screen(image):
|
|||||||
if event.type == pygame.QUIT:
|
if event.type == pygame.QUIT:
|
||||||
pygame.quit()
|
pygame.quit()
|
||||||
sys.exit()
|
sys.exit()
|
||||||
elif is_SPACE_event(event) or (result == "snap"):
|
elif is_SPACE_event(event) or (result == "snapi"):
|
||||||
waiting = False
|
waiting = False
|
||||||
|
|
||||||
async def fail_current_case():
|
async def fail_current_case():
|
||||||
|
|||||||
Reference in New Issue
Block a user