fix projectiles not killing player
This commit is contained in:
parent
7b0fb8ece5
commit
e1b5c498f3
6 changed files with 9 additions and 10 deletions
|
@ -21,6 +21,7 @@ _data = [ Vector2( 0, 1 ), 0.0, -1.45746, 0, 0, Vector2( 1, 0 ), 0.00323196, 0.0
|
|||
|
||||
[node name="ArrowProjectile" type="Node2D"]
|
||||
script = ExtResource( 3 )
|
||||
target_group = "player_hitbox"
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
material = SubResource( 1 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue