diff --git a/Test.gd b/Test.gd index 976777e..2dac99c 100644 --- a/Test.gd +++ b/Test.gd @@ -2,8 +2,8 @@ extends Test # Called when the node enters the scene tree for the first time. func _ready() -> void: - start_test() + start_test(); # Called every frame. 'delta' is the elapsed time since the previous frame. func _process(_delta: float) -> void: - pass + pass;