💚 Gitlab CI/CD

This commit is contained in:
anyreso 2024-04-15 05:26:21 +00:00
parent 875b507e62
commit fbfe058468
5 changed files with 117 additions and 2 deletions

View file

@ -19,4 +19,3 @@ func _test_projectile_class():
assert(projectile != null, "Projectile class should be instantiated")
assert(projectile.speed == 78.4, "Projectile damage should be initialized to 78.4")
projectile.queue_free()