adjust exit button to be start instead of b

This commit is contained in:
csd4ni3l
2025-06-25 10:56:51 +02:00
parent 8c64751c96
commit 81e60e5862
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ class SierpinskyCarpetViewer(arcade.gui.UIView):
def on_button_press(self, controller, name):
if name == "a":
self.on_mouse_press(self.cursor_sprite.left, self.cursor_sprite.bottom, arcade.MOUSE_BUTTON_LEFT, 0)
elif name == "b":
elif name == "start":
self.main_exit()
def on_stick_motion(self, controller, name, vector):