forked from team-sg/hero-mark-2
menu stuff
This commit is contained in:
parent
89df5eaca0
commit
3ad1b32492
6 changed files with 90 additions and 55 deletions
|
@ -3,3 +3,6 @@ extends Node2D
|
|||
|
||||
func _ready() -> void:
|
||||
Fade.fade_in(Options.transition_speed_secs)
|
||||
|
||||
func _input(event):
|
||||
Game.change_map(load("res://menus/level_select_scholar.tscn"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue