From de3d041e77280a88464f7d94a96d015e850b1348 Mon Sep 17 00:00:00 2001 From: somebody_master Date: Thu, 16 Feb 2023 22:04:24 +0100 Subject: [PATCH] Silenciar warning Signed-off-by: somebody_master --- Test.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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