forked from team-sg/hero-mark-2
first half of the squig
This commit is contained in:
parent
afa641901c
commit
b4b7577479
5 changed files with 169 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
[gd_scene load_steps=28 format=2]
|
||||
[gd_scene load_steps=29 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]
|
||||
[ext_resource path="res://tilesets/t_mountain.tres" type="TileSet" id=3]
|
||||
[ext_resource path="res://objects/hud/hud.tscn" type="PackedScene" id=4]
|
||||
|
@ -131,13 +132,13 @@ position = Vector2( 48, 120 )
|
|||
|
||||
[node name="AnimatedSprite" parent="RollingFiend" index="0"]
|
||||
visible = false
|
||||
frame = 0
|
||||
|
||||
[node name="SawTest2" type="AnimatedSprite" parent="RollingFiend"]
|
||||
material = SubResource( 4 )
|
||||
position = Vector2( 4, 4 )
|
||||
z_index = -3
|
||||
frames = SubResource( 5 )
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="Steam" parent="." instance=ExtResource( 23 )]
|
||||
|
@ -166,4 +167,7 @@ position = Vector2( 152, 72 )
|
|||
[node name="Player2" parent="." instance=ExtResource( 27 )]
|
||||
position = Vector2( 112, 176 )
|
||||
|
||||
[node name="Squig" parent="." instance=ExtResource( 1 )]
|
||||
position = Vector2( 128, 160 )
|
||||
|
||||
[editable path="RollingFiend"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue