🐛 Aerial control, small refactoring and dummy target fix

This commit is contained in:
anyreso 2024-04-14 14:24:30 +00:00
parent c76c149302
commit 3f3a2de207
6 changed files with 34 additions and 30 deletions

View file

@ -4,4 +4,5 @@ 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()