forked from team-sg/hero-mark-2
eels reborn
This commit is contained in:
parent
7e460cc4e1
commit
04dec83275
6 changed files with 104 additions and 92 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=32 format=2]
|
||||
[gd_scene load_steps=33 format=2]
|
||||
|
||||
[ext_resource path="res://objects/enemy/squig.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://tilesets/t_cave.tres" type="TileSet" id=2]
|
||||
|
@ -49,6 +49,11 @@ animations = [ {
|
|||
"speed": 20.0
|
||||
} ]
|
||||
|
||||
[sub_resource type="Curve2D" id=8]
|
||||
_data = {
|
||||
"points": PoolVector2Array( -8.02293, 7.78696, 8.02293, -7.78696, 152, 32, -3.00339, -17.0192, 3.00339, 17.0192, 184, 24, -7.90495, -7.66898, 7.90495, 7.66898, 200, 32, 7.81354, -7.68111, -7.81354, 7.68111, 200, 72, 7.68111, 7.81354, -7.68111, -7.81354, 152, 72, -7.66898, 8.02293, 7.66898, -8.02293, 152, 32 )
|
||||
}
|
||||
|
||||
[node name="Map2" type="Node2D" groups=["map"]]
|
||||
script = ExtResource( 11 )
|
||||
|
||||
|
@ -141,7 +146,6 @@ material = SubResource( 4 )
|
|||
position = Vector2( 4, 4 )
|
||||
z_index = -3
|
||||
frames = SubResource( 5 )
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="Steam" parent="." instance=ExtResource( 23 )]
|
||||
|
@ -213,7 +217,8 @@ right_down_boundary = 4.0
|
|||
speed = 10
|
||||
|
||||
[node name="Eel" parent="." instance=ExtResource( 24 )]
|
||||
position = Vector2( 120, 56 )
|
||||
position = Vector2( -64, 104 )
|
||||
curve = SubResource( 8 )
|
||||
segments = 8
|
||||
|
||||
[editable path="RollingFiend"]
|
||||
[editable path="Eel"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue