forked from team-sg/hero-mark-2
stained with your own blood?!?!?! LUDICROUS!!!
This commit is contained in:
parent
a77860ca41
commit
1258a0e427
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue