ADD show names option

This commit is contained in:
2025-04-21 19:58:31 +02:00
parent 370604473a
commit 5d1da9e299
4 changed files with 17 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ class GUIController:
self.settings_button.set_action(lambda: self.callback_function("settings_menu"))
self.back_button = gui_renderer.back_button
self.back_button.set_action(lambda: self.callback_function(previous_states.pop()))
self.back_button.set_action(lambda: self.callback_function("start_menu"))
def update(self, event):
self.slider.handle_event(event)