generated from SGDA/GodotExampleProject
5 lines
91 B
GDScript
5 lines
91 B
GDScript
extends Node
|
|
|
|
func _ready() -> void:
|
|
AppSettings.set_from_config_and_window(get_window())
|