From 29b445799c6605d60fc676fce307c673c1ae7eb1 Mon Sep 17 00:00:00 2001 From: anyreso Date: Mon, 15 Apr 2024 01:33:25 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_basics.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_basics.gd b/tests/test_basics.gd index 0a7339c..4faf653 100644 --- a/tests/test_basics.gd +++ b/tests/test_basics.gd @@ -18,4 +18,4 @@ func _test_projectile_class(): var projectile = Projectile.new() assert(projectile != null, "Projectile class should be instantiated") assert(projectile.speed == 78.4, "Projectile damage should be initialized to 78.4") - projectile.queue_free() + projectile.queue_free()