forked from team-sg/hero-mark-2
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
|
@ -6,7 +6,7 @@ var sound = load("res://audio/sounds/button.ogg")
|
|||
|
||||
func _on_ActivationArea_area_entered(area):
|
||||
if !pressed:
|
||||
if area.is_in_group("player"):
|
||||
if area.is_in_group("player_hitbox"):
|
||||
activate()
|
||||
$Sprite.frame = 1
|
||||
pressed = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue