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

remotes/1705382094874458415/tmp_refs/heads/godot4-port
unfa 2020-09-28 22:35:10 +02:00
commit 91427e976d
1 changed files with 2 additions and 2 deletions

View File

@ -164,9 +164,9 @@ master func on_hit(damage, location):
if health <= 0:
rpc("kill")
$Sounds/Death.play()
$Sounds/Death.rpc("play")
else:
$Sounds/Pain.play()
$Sounds/Pain.rpc("play")
sync func blood_splatter(location):
var effect = bodyHitEffect.instance()