Fully skinned 3rd person character, aim IK basic setup

This commit is contained in:
Squinty 2024-04-13 20:18:32 +00:00 committed by anyreso
parent fa4ef26411
commit f23f9df671
13 changed files with 14600 additions and 20 deletions

View file

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