somebody_master 17530e09f2
Añadir funcion de prueba y enlazarla para su llamada desde gdscript
Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
2023-02-16 21:57:27 +01:00

11 lines
237 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