✏️ fix typo

This commit is contained in:
anyreso 2024-04-15 01:33:25 -04:00
parent ba0bd15171
commit c819760e02

View file

@ -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()