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