feat: implement procedural humanoid animations, modular weapon system, and dummy entity base classes

This commit is contained in:
DottsGit
2026-06-06 19:10:29 -04:00
parent fcdd75afc0
commit ff3e01a9e5
12 changed files with 400 additions and 52 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ func _ready() -> void:
_update_label()
func take_damage(amount: float, hit_position: Vector3, source: Node = null) -> void:
func take_damage(amount: float, hit_position: Vector3, source: Node = null, impulse: Vector3 = Vector3.ZERO) -> void:
if is_dead:
return