forked from team-sg/hero-mark-2
put on separate layer so doesnt collide with spikes
This commit is contained in:
parent
dc337079ee
commit
1701d66c4e
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
extents = Vector2( 3.5, 1 )
|
||||
|
||||
[node name="BulletBall" instance=ExtResource( 1 )]
|
||||
light_mask = 0
|
||||
|
||||
[node name="Sprite" parent="." index="0"]
|
||||
texture = ExtResource( 2 )
|
||||
|
@ -15,6 +16,10 @@ texture = ExtResource( 2 )
|
|||
position = Vector2( -2, 0 )
|
||||
amount = 8
|
||||
|
||||
[node name="Hitbox" parent="." index="2"]
|
||||
collision_layer = 4
|
||||
collision_mask = 1
|
||||
|
||||
[node name="CollisionShape2D" parent="Hitbox" index="0"]
|
||||
position = Vector2( -0.5, 0 )
|
||||
shape = SubResource( 1 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue