only the head hitbox is active
This commit is contained in:
parent
5f93e9ef9c
commit
49bef9ef17
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ texture = ExtResource( 5 )
|
|||
[node name="TailShape" type="CollisionShape2D" parent="Path2D/PathFollow2D/Hitbox"]
|
||||
position = Vector2( 16, 0 )
|
||||
shape = SubResource( 3 )
|
||||
disabled = true
|
||||
|
||||
[node name="TailSprite" type="Sprite" parent="Path2D/PathFollow2D/Hitbox/TailShape"]
|
||||
show_behind_parent = true
|
||||
|
@ -72,6 +73,7 @@ texture = ExtResource( 5 )
|
|||
unique_name_in_owner = true
|
||||
position = Vector2( 12, 0 )
|
||||
shape = SubResource( 2 )
|
||||
disabled = true
|
||||
|
||||
[node name="SegmentSprite" type="Sprite" parent="Path2D/PathFollow2D/Hitbox/Segment"]
|
||||
show_behind_parent = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue