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://d3q17wrt8ii17"]
|
||||
[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://ghqhbf88d1j8"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://drnel2cjwf5dr" path="res://assets/sprites/decor/DP_acc_espasa_Anim.png" id="1_qqvla"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_qwppa"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_qqvla"]
|
||||
atlas = ExtResource("1_qqvla")
|
||||
region = Rect2(0, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_1uixo"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_qwppa"]
|
||||
atlas = ExtResource("1_qqvla")
|
||||
region = Rect2(108, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_xccp0"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_1uixo"]
|
||||
atlas = ExtResource("1_qqvla")
|
||||
region = Rect2(216, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_nyede"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_xccp0"]
|
||||
atlas = ExtResource("1_qqvla")
|
||||
region = Rect2(324, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_cxse4"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_nyede"]
|
||||
atlas = ExtResource("1_qqvla")
|
||||
region = Rect2(0, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_edjcl"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_cxse4"]
|
||||
atlas = ExtResource("1_qqvla")
|
||||
region = Rect2(108, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_jhak8"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_edjcl"]
|
||||
atlas = ExtResource("1_qqvla")
|
||||
region = Rect2(216, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_t2351"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_jhak8"]
|
||||
atlas = ExtResource("1_qqvla")
|
||||
region = Rect2(324, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_uw07h"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_t2351"]
|
||||
atlas = ExtResource("1_qqvla")
|
||||
region = Rect2(432, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_xcrai"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_uw07h"]
|
||||
atlas = ExtResource("1_qqvla")
|
||||
region = Rect2(540, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_tywya"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_xcrai"]
|
||||
atlas = ExtResource("1_qqvla")
|
||||
region = Rect2(0, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_7pu4u"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_tywya"]
|
||||
atlas = ExtResource("1_qqvla")
|
||||
region = Rect2(108, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_i1w1o"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_7pu4u"]
|
||||
atlas = ExtResource("1_qqvla")
|
||||
region = Rect2(216, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_xsi0i"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_i1w1o"]
|
||||
atlas = ExtResource("1_qqvla")
|
||||
region = Rect2(324, 108, 108, 108)
|
||||
|
||||
|
@ -62,6 +62,9 @@ region = Rect2(324, 108, 108, 108)
|
|||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_qqvla")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_qwppa")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
|
@ -69,9 +72,6 @@ animations = [{
|
|||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_xccp0")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_nyede")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"fly",
|
||||
|
@ -79,6 +79,9 @@ animations = [{
|
|||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_nyede")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_cxse4")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
|
@ -92,9 +95,6 @@ animations = [{
|
|||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_uw07h")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_xcrai")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"idle",
|
||||
|
@ -102,6 +102,9 @@ animations = [{
|
|||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_xcrai")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_tywya")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
|
@ -109,9 +112,6 @@ animations = [{
|
|||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_i1w1o")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_xsi0i")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue