1bit-game-jam/sprites/enemies/armor/living_armor.tres

142 lines
3.8 KiB
Text

[gd_resource type="SpriteFrames" load_steps=21 format=3 uid="uid://cw4pv1qucngxu"]
[ext_resource type="Texture2D" uid="uid://bcg0kn8iy6pbm" path="res://sprites/enemies/armor/Armor_bottom_walk.png" id="1_u63a2"]
[ext_resource type="Texture2D" uid="uid://bmeexejqy4g2k" path="res://sprites/enemies/armor/Armor_Side_walk.png" id="2_qhnky"]
[ext_resource type="Texture2D" uid="uid://b7id6stlr34yj" path="res://sprites/enemies/armor/Armor_up_walk.png" id="3_rimsd"]
[sub_resource type="AtlasTexture" id="AtlasTexture_7aau1"]
atlas = ExtResource("1_u63a2")
region = Rect2(0, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_gommn"]
atlas = ExtResource("1_u63a2")
region = Rect2(32, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_krbxg"]
atlas = ExtResource("1_u63a2")
region = Rect2(64, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_20ht7"]
atlas = ExtResource("1_u63a2")
region = Rect2(96, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_igbi5"]
atlas = ExtResource("1_u63a2")
region = Rect2(128, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_u3ihs"]
atlas = ExtResource("2_qhnky")
region = Rect2(0, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_0p4k1"]
atlas = ExtResource("2_qhnky")
region = Rect2(32, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_jg6np"]
atlas = ExtResource("2_qhnky")
region = Rect2(64, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_4w8c3"]
atlas = ExtResource("2_qhnky")
region = Rect2(96, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_m4jcf"]
atlas = ExtResource("2_qhnky")
region = Rect2(128, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_w08cx"]
atlas = ExtResource("2_qhnky")
region = Rect2(160, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_wdpgc"]
atlas = ExtResource("2_qhnky")
region = Rect2(192, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_o3m6i"]
atlas = ExtResource("3_rimsd")
region = Rect2(0, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_a6nuw"]
atlas = ExtResource("3_rimsd")
region = Rect2(32, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_r145b"]
atlas = ExtResource("3_rimsd")
region = Rect2(64, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_ngbx3"]
atlas = ExtResource("3_rimsd")
region = Rect2(96, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_0jy8b"]
atlas = ExtResource("3_rimsd")
region = Rect2(128, 0, 32, 32)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_7aau1")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_gommn")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_krbxg")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_20ht7")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_igbi5")
}],
"loop": true,
"name": &"down_walk",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_u3ihs")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_0p4k1")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_jg6np")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_4w8c3")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_m4jcf")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_w08cx")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_wdpgc")
}],
"loop": true,
"name": &"side_walk",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_o3m6i")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_a6nuw")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_r145b")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ngbx3")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_0jy8b")
}],
"loop": true,
"name": &"up_walk",
"speed": 5.0
}]