6 lines
111 B
GDScript
6 lines
111 B
GDScript
extends Node
|
|
|
|
func _ready() -> void:
|
|
GlobalState.open()
|
|
AppSettings.set_from_config_and_window(get_window())
|