mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-04-21 04:15:30 +00:00
✏️ fix typo
This commit is contained in:
parent
ba0bd15171
commit
c819760e02
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue