godot-start/script/demo02_base/CNode.gd

5 lines
62 B
GDScript

extends Node2D
func _to_string():
print("This is C Node2!")