This commit is contained in:
2025-10-05 13:20:27 +02:00
parent 51bb7505b3
commit 34049609d8
24 changed files with 181 additions and 7 deletions

View File

@@ -34,6 +34,7 @@ func activate(world, activator):
func _activate(_world, activator, position):
$KatanaSFX.play()
var katana = KatanaSlash.instantiate()
var target = activator.get_target_pos()
activator.add_child(katana) # KatanaSlash might have to be detached later?