add new options screen to main menu and pause screen

This commit is contained in:
Haze Weathers 2024-02-27 20:57:14 -05:00
parent 9333d5a61f
commit 24f763d3f6
10 changed files with 94 additions and 7 deletions

View file

@ -58,6 +58,7 @@ func _on_Restart_pressed():
func _on_Settings_pressed():
$LoreContainer.visible = false
options_screen.visible = true
can_switch_lore = false
options_screen.focus()