add new options screen to main menu and pause screen
This commit is contained in:
parent
9333d5a61f
commit
24f763d3f6
10 changed files with 94 additions and 7 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue