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

@@ -69,7 +69,7 @@ class IterFractalViewer(arcade.gui.UIView):
if button_name == "a":
self.zoom_start_position = self.cursor_sprite.center_x, self.cursor_sprite.center_y
self.dragging_with_controller = True
elif button_name == "b":
elif button_name == "start":
self.main_exit()
def on_button_release(self, controller, button_name):