stained with your own blood?!?!?! LUDICROUS!!!

This commit is contained in:
Haze Weathers 2023-09-29 15:13:14 -04:00
parent a77860ca41
commit 1258a0e427
2 changed files with 3 additions and 1 deletions

View file

@ -282,6 +282,7 @@ func _on_Dead_state_entered() -> void:
Physics2DServer.set_active(true)
spray.global_position = death_splatter_position.global_position
spray.velocity = Vector2(randf() * 80.0, 0.0).rotated(randf() * TAU)
spray.stains_player = false
get_parent().add_child(spray)
else:
skip_blood = false