GDExtensionTemplate/Test.gd

10 lines
237 B
GDScript3
Raw Normal View History

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