mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 05:20:06 +01:00
123 lines
2.9 KiB
Plaintext
123 lines
2.9 KiB
Plaintext
[gd_resource type="SpriteFrames" load_steps=15 format=3 uid="uid://4hw8gouu8yqs"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://ddok6ds70nvl1" path="res://textures/small_8_direction_characters.png" id="1_76ojn"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_5dgwc"]
|
|
atlas = ExtResource("1_76ojn")
|
|
region = Rect2(64, 48, 16, 24)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_l3c4j"]
|
|
atlas = ExtResource("1_76ojn")
|
|
region = Rect2(64, 24, 16, 24)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_pk5se"]
|
|
atlas = ExtResource("1_76ojn")
|
|
region = Rect2(64, 48, 16, 24)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_35o62"]
|
|
atlas = ExtResource("1_76ojn")
|
|
region = Rect2(64, 72, 16, 24)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_kav2d"]
|
|
atlas = ExtResource("1_76ojn")
|
|
region = Rect2(96, 24, 16, 24)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_jalj5"]
|
|
atlas = ExtResource("1_76ojn")
|
|
region = Rect2(96, 48, 16, 24)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_lgiew"]
|
|
atlas = ExtResource("1_76ojn")
|
|
region = Rect2(96, 72, 16, 24)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_7rhvb"]
|
|
atlas = ExtResource("1_76ojn")
|
|
region = Rect2(32, 24, 16, 24)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_4cbp7"]
|
|
atlas = ExtResource("1_76ojn")
|
|
region = Rect2(32, 48, 16, 24)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_2f26o"]
|
|
atlas = ExtResource("1_76ojn")
|
|
region = Rect2(32, 72, 16, 24)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_v2fg8"]
|
|
atlas = ExtResource("1_76ojn")
|
|
region = Rect2(0, 24, 16, 24)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_6lyn2"]
|
|
atlas = ExtResource("1_76ojn")
|
|
region = Rect2(0, 48, 16, 24)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_dv105"]
|
|
atlas = ExtResource("1_76ojn")
|
|
region = Rect2(0, 72, 16, 24)
|
|
|
|
[resource]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_5dgwc")
|
|
}],
|
|
"loop": true,
|
|
"name": &"idle",
|
|
"speed": 10.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_l3c4j")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_pk5se")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_35o62")
|
|
}],
|
|
"loop": true,
|
|
"name": &"walk_down",
|
|
"speed": 10.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_kav2d")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_jalj5")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_lgiew")
|
|
}],
|
|
"loop": true,
|
|
"name": &"walk_left",
|
|
"speed": 10.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_7rhvb")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_4cbp7")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_2f26o")
|
|
}],
|
|
"loop": true,
|
|
"name": &"walk_right",
|
|
"speed": 10.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_v2fg8")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_6lyn2")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_dv105")
|
|
}],
|
|
"loop": true,
|
|
"name": &"walk_up",
|
|
"speed": 10.0
|
|
}]
|