Merge branch 'master' of github.com:unfa/jam-01 into master
This commit is contained in:
commit
065ae9a51a
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ master func on_hit(damage, location):
|
|||
else:
|
||||
$Sounds/Pain.play()
|
||||
|
||||
remote func blood_splatter(location):
|
||||
sync func blood_splatter(location):
|
||||
var effect = bodyHitEffect.instance()
|
||||
get_tree().root.add_child(effect)
|
||||
effect.global_transform.origin = location
|
||||
|
|
Reference in a new issue