💚 Gitlab CI/CD

This commit is contained in:
anyreso 2024-04-15 05:26:21 +00:00
parent cf5d1b27de
commit 968d49ed73
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()