Merge branch 'master' of github.com:unfa/jam-01 into master

remotes/1705382094874458415/tmp_refs/heads/godot4-port
unfa 2020-09-26 02:07:48 +02:00
commit 065ae9a51a
1 changed files with 1 additions and 1 deletions

View File

@ -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