diff --git a/Test.gd b/Test.gd index 0cdd158..7a712cb 100644 --- a/Test.gd +++ b/Test.gd @@ -6,5 +6,5 @@ func _ready() -> void: start_test() # Called every frame. 'delta' is the elapsed time since the previous frame. -func _process(delta: float) -> void: +func _process(_delta: float) -> void: pass