eel has blood
This commit is contained in:
parent
cb7c660e44
commit
23eda848be
1 changed files with 1 additions and 3 deletions
|
@ -19,7 +19,7 @@ extents = Vector2( 2, 2 )
|
|||
|
||||
[node name="Eel" type="Node2D" groups=["enemy"]]
|
||||
script = ExtResource( 1 )
|
||||
blood = false
|
||||
segments = 2
|
||||
wave_amplitude = 6.0
|
||||
|
||||
[node name="Path2D" type="Path2D" parent="."]
|
||||
|
@ -57,7 +57,6 @@ 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
|
||||
|
@ -73,7 +72,6 @@ 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