forked from team-sg/hero-mark-2
options screen functionality :):):):):)
This commit is contained in:
parent
89b4bc045e
commit
1fc44271f1
10 changed files with 271 additions and 36 deletions
|
@ -34,3 +34,8 @@ func _on_ExitLevel_pressed():
|
|||
get_tree().paused = false
|
||||
Game.change_map(load("res://maps/level_select.tscn"))
|
||||
queue_free()
|
||||
|
||||
|
||||
func _on_OptionsScreen_exit():
|
||||
options_screen.visible = false
|
||||
$Body/Settings.grab_focus()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue