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