5 lines
62 B
GDScript
5 lines
62 B
GDScript
|
extends Node2D
|
||
|
|
||
|
func _to_string():
|
||
|
print("This is C Node2!")
|