ADD settings and back icons

This commit is contained in:
2025-04-21 12:30:06 +02:00
parent 6b6532031b
commit c65d4b6829
4 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ class SettingsMenu(GameState):
# Buttons
self.back_button = Button(10, 10, 50, 50, lambda: self.switch_state(self.context["previous_states"].pop()))
self.back_button.set_text("Back")
self.back_button.set_image("assets/arrow.png")
self.show_yaw_text = self.font.render("Show Yaw: ", True, (255, 255, 255))
self.show_yaw_button = Switch(100, 100, 50, 50, self.options["show_yaw"])