Correction de la touche quitter

This commit is contained in:
doto 2024-03-16 16:07:01 +01:00
parent 6f604553a1
commit bd20933b69

View File

@ -293,7 +293,7 @@ class Cubito(arcade.Window):
print("Restart !")
if symbol == arcade.key.Q:
arcade.quite()
arcade.exit()
if symbol == arcade.key.S:
self.cubito()