"Oi, SG!" Beginnings
This commit is contained in:
parent
0a706e1120
commit
5080ae5436
18 changed files with 465 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=32 format=2]
|
||||
[gd_scene load_steps=33 format=2]
|
||||
|
||||
[ext_resource path="res://tilesets/t_death.tres" type="TileSet" id=1]
|
||||
[ext_resource path="res://objects/npc/speccy.tscn" type="PackedScene" 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]
|
||||
[ext_resource path="res://objects/enemy/roboturret.tscn" type="PackedScene" id=5]
|
||||
|
@ -121,14 +122,12 @@ position = Vector2( 48, 120 )
|
|||
|
||||
[node name="AnimatedSprite" parent="RollingFiend" index="0"]
|
||||
visible = false
|
||||
frame = 1
|
||||
|
||||
[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 )]
|
||||
|
@ -204,4 +203,7 @@ position = Vector2( 144, 24 )
|
|||
[node name="FallingBlock" parent="." instance=ExtResource( 24 )]
|
||||
position = Vector2( 124, 96 )
|
||||
|
||||
[node name="speccy" parent="." instance=ExtResource( 2 )]
|
||||
position = Vector2( 82, 72 )
|
||||
|
||||
[editable path="RollingFiend"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue