feat: fixed ragdoll replacement

This commit is contained in:
DottsGit
2026-06-06 00:09:20 -04:00
parent acd495893d
commit 6aae02bef8
3 changed files with 138 additions and 0 deletions
+5
View File
@@ -222,6 +222,11 @@ func _build_target_dummy() -> void:
dummy.position = Vector3(0, 0, -10)
add_child(dummy)
var killable = load("res://entities/killable_dummy.gd").new()
killable.name = "KillableDummy"
killable.position = Vector3(5, 0, -10)
add_child(killable)
# ── Lighting ──────────────────────────────────────────────────────────────────
func _build_lighting() -> void: