forked from team-sg/hero-mark-2
file select and file creation, menus glued together
This commit is contained in:
parent
13708b4046
commit
f7496c5e6f
18 changed files with 754 additions and 47 deletions
|
@ -4,4 +4,6 @@ export var next_menu: PackedScene
|
|||
|
||||
func _input(event):
|
||||
if Input.is_action_just_pressed("start"):
|
||||
Fade.fade_out(0.4)
|
||||
yield(Fade, "fade_finished")
|
||||
SceneManager.current_scene = next_menu.instance()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue