player.tscn: scholar of the first bullet casings
This commit is contained in:
parent
79cbd62a69
commit
bc57ba4171
45 changed files with 1429 additions and 113 deletions
|
@ -26,7 +26,7 @@ var death_blood_offset = Vector2.ZERO
|
|||
|
||||
func _on_Hitbox_area_entered(area):
|
||||
#Kill player
|
||||
if area.is_in_group("player"):
|
||||
if area.is_in_group("player_hitbox"):
|
||||
area.get_parent().die()
|
||||
|
||||
func die():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue