feat: animations working
This commit is contained in:
parent
2a9e824a9e
commit
2445a71f0c
63 changed files with 3023 additions and 1408 deletions
|
@ -1,60 +1,60 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://c6ai0r87uhj4s"]
|
||||
[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://uy33g2ifbwnu"]
|
||||
|
||||
[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"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_1bd2i"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(0, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_aakrx"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_yfsyi"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(108, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_b3ldy"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_aakrx"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(216, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_7xgra"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_b3ldy"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(324, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_do08g"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_7xgra"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(0, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_nyj5o"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_do08g"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(108, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_uunbt"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_nyj5o"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(216, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_n2w2x"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_uunbt"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(324, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_tg4yk"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_n2w2x"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(432, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_7ysxe"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_tg4yk"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(540, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_4n3lf"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_7ysxe"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(0, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_8g0c4"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_4n3lf"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(108, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_mv71d"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_8g0c4"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(216, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_d5of5"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_mv71d"]
|
||||
atlas = ExtResource("1_1bd2i")
|
||||
region = Rect2(324, 108, 108, 108)
|
||||
|
||||
|
@ -62,6 +62,9 @@ region = Rect2(324, 108, 108, 108)
|
|||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_1bd2i")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_yfsyi")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
|
@ -69,9 +72,6 @@ animations = [{
|
|||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_b3ldy")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_7xgra")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"fly",
|
||||
|
@ -79,6 +79,9 @@ animations = [{
|
|||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_7xgra")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_do08g")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
|
@ -92,9 +95,6 @@ animations = [{
|
|||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_tg4yk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_7ysxe")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"idle",
|
||||
|
@ -102,6 +102,9 @@ animations = [{
|
|||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_7ysxe")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_4n3lf")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
|
@ -109,9 +112,6 @@ animations = [{
|
|||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_mv71d")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_d5of5")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue