feat: created animations
This commit is contained in:
parent
a3f86c015a
commit
2f60fd19d6
26 changed files with 1534 additions and 1 deletions
119
assets/animations/hats/princesa.tres
Normal file
119
assets/animations/hats/princesa.tres
Normal file
|
@ -0,0 +1,119 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://c6ai0r87uhj4s"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://1a5x8tv4ts0f" path="res://assets/sprites/hats/DP_barret_princesa_Anim.png" id="1_1bd2i"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yfsyi"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(0, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_aakrx"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(108, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_b3ldy"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(216, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_7xgra"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(324, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_do08g"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(0, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_nyj5o"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(108, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_uunbt"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(216, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_n2w2x"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(324, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_tg4yk"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(432, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_7ysxe"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(540, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_4n3lf"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(0, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_8g0c4"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(108, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_mv71d"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(216, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_d5of5"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(324, 108, 108, 108)
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_yfsyi")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_aakrx")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_b3ldy")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_7xgra")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"fly",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_do08g")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_nyj5o")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_uunbt")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_n2w2x")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_tg4yk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_7ysxe")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"idle",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_4n3lf")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_8g0c4")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_mv71d")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d5of5")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk",
|
||||
"speed": 5.0
|
||||
}]
|
Loading…
Add table
Add a link
Reference in a new issue