generated from krampus/template-godot4
7 lines
109 B
GDScript3
7 lines
109 B
GDScript3
|
extends Node
|
||
|
|
||
|
|
||
|
func _ready() -> void:
|
||
|
print("PROJECT SETTINGS")
|
||
|
print(ProjectSettings.get_property_list())
|