gd: added menu template
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
extends Node
|
||||
|
||||
func _ready() -> void:
|
||||
GlobalState.open()
|
||||
AppSettings.set_from_config_and_window(get_window())
|
Reference in New Issue
Block a user