GDExtensionTemplate/Test.gd
somebody_master af1056c00a
Use ; on line end
Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
2023-03-01 22:42:08 +01:00

10 lines
239 B
GDScript

extends Test
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
start_test();
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(_delta: float) -> void:
pass;