added rust factory
This commit is contained in:
parent
c1c0a8251a
commit
936ea5b04d
3 changed files with 59 additions and 4 deletions
|
@ -30,20 +30,20 @@ shader = ExtResource( 17 )
|
|||
shader_param/border_color = Color( 0, 0, 0, 1 )
|
||||
shader_param/border_corners = false
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
[sub_resource type="AtlasTexture" id=6]
|
||||
atlas = ExtResource( 21 )
|
||||
region = Rect2( 0, 0, 12, 12 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=3]
|
||||
[sub_resource type="AtlasTexture" id=7]
|
||||
atlas = ExtResource( 21 )
|
||||
region = Rect2( 12, 0, 12, 12 )
|
||||
|
||||
[sub_resource type="SpriteFrames" id=5]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 2 ), SubResource( 3 ) ],
|
||||
"frames": [ SubResource( 6 ), SubResource( 7 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 10.0
|
||||
"speed": 20.0
|
||||
} ]
|
||||
|
||||
[node name="Map2" type="Node2D" groups=["map"]]
|
||||
|
@ -166,3 +166,33 @@ position = Vector2( 40, 128 )
|
|||
z_index = -3
|
||||
frames = SubResource( 5 )
|
||||
playing = true
|
||||
|
||||
[node name="SawTest2" type="AnimatedSprite" parent="."]
|
||||
material = SubResource( 4 )
|
||||
position = Vector2( 112, 136 )
|
||||
z_index = -3
|
||||
frames = SubResource( 5 )
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="SawTest3" type="AnimatedSprite" parent="."]
|
||||
material = SubResource( 4 )
|
||||
position = Vector2( 120, 168 )
|
||||
z_index = -3
|
||||
frames = SubResource( 5 )
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="SawTest4" type="AnimatedSprite" parent="."]
|
||||
material = SubResource( 4 )
|
||||
position = Vector2( 160, 168 )
|
||||
z_index = -3
|
||||
frames = SubResource( 5 )
|
||||
playing = true
|
||||
|
||||
[node name="SawTest5" type="AnimatedSprite" parent="."]
|
||||
material = SubResource( 4 )
|
||||
position = Vector2( 56, 176 )
|
||||
z_index = -3
|
||||
frames = SubResource( 5 )
|
||||
playing = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue