sfx
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user