Files
godot-cpp-template/project/example.gd
Patrick Exner f7b7820a8e Rename demo folder to project for generalizing the template usecase
Renames all references to the demo folder and changes it to "project"
2026-01-09 21:24:57 +01:00

7 lines
102 B
GDScript

extends Node
func _ready() -> void:
var example := ExampleClass.new()
example.print_type(example)