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://cjoufnwxcvvf4"]
|
||||
[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://c5rqqy7b5ihi5"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dbbcv076jh4ep" path="res://assets/sprites/decor/DP_acc_rosa_Anim.png" id="1_ewn65"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ifv4k"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ewn65"]
|
||||
atlas = ExtResource("1_ewn65")
|
||||
region = Rect2(0, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_uera2"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ifv4k"]
|
||||
atlas = ExtResource("1_ewn65")
|
||||
region = Rect2(108, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_0q8tn"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_uera2"]
|
||||
atlas = ExtResource("1_ewn65")
|
||||
region = Rect2(216, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_f2bes"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_0q8tn"]
|
||||
atlas = ExtResource("1_ewn65")
|
||||
region = Rect2(324, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_albls"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_f2bes"]
|
||||
atlas = ExtResource("1_ewn65")
|
||||
region = Rect2(0, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_mlrdx"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_albls"]
|
||||
atlas = ExtResource("1_ewn65")
|
||||
region = Rect2(108, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_dipuj"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_mlrdx"]
|
||||
atlas = ExtResource("1_ewn65")
|
||||
region = Rect2(216, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_d0xss"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_dipuj"]
|
||||
atlas = ExtResource("1_ewn65")
|
||||
region = Rect2(324, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_mpdbr"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_d0xss"]
|
||||
atlas = ExtResource("1_ewn65")
|
||||
region = Rect2(432, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_dy3ut"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_mpdbr"]
|
||||
atlas = ExtResource("1_ewn65")
|
||||
region = Rect2(540, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_gi66g"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_dy3ut"]
|
||||
atlas = ExtResource("1_ewn65")
|
||||
region = Rect2(0, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_am77p"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_gi66g"]
|
||||
atlas = ExtResource("1_ewn65")
|
||||
region = Rect2(108, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_asxml"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_am77p"]
|
||||
atlas = ExtResource("1_ewn65")
|
||||
region = Rect2(216, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_pral7"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_asxml"]
|
||||
atlas = ExtResource("1_ewn65")
|
||||
region = Rect2(324, 108, 108, 108)
|
||||
|
||||
|
@ -62,6 +62,9 @@ region = Rect2(324, 108, 108, 108)
|
|||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ewn65")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ifv4k")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
|
@ -69,9 +72,6 @@ animations = [{
|
|||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_0q8tn")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_f2bes")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"fly",
|
||||
|
@ -79,6 +79,9 @@ animations = [{
|
|||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_f2bes")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_albls")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
|
@ -92,9 +95,6 @@ animations = [{
|
|||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_mpdbr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_dy3ut")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"idle",
|
||||
|
@ -102,6 +102,9 @@ animations = [{
|
|||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_dy3ut")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_gi66g")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
|
@ -109,9 +112,6 @@ animations = [{
|
|||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_asxml")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_pral7")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue