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://b2sdrkuvpqyhl"]
|
||||
[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://c0wthowsa1sbt"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cwmkb6rqfiopn" path="res://assets/sprites/hats/DP_barret_palla_Anim.png" id="1_tcv3u"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_da6ue"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_tcv3u"]
|
||||
atlas = ExtResource("1_tcv3u")
|
||||
region = Rect2(0, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_kw4rt"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_da6ue"]
|
||||
atlas = ExtResource("1_tcv3u")
|
||||
region = Rect2(108, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_jv4da"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_kw4rt"]
|
||||
atlas = ExtResource("1_tcv3u")
|
||||
region = Rect2(216, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_isbj3"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_jv4da"]
|
||||
atlas = ExtResource("1_tcv3u")
|
||||
region = Rect2(324, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_55m84"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_isbj3"]
|
||||
atlas = ExtResource("1_tcv3u")
|
||||
region = Rect2(0, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_gjqlb"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_55m84"]
|
||||
atlas = ExtResource("1_tcv3u")
|
||||
region = Rect2(108, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_3ko3f"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_gjqlb"]
|
||||
atlas = ExtResource("1_tcv3u")
|
||||
region = Rect2(216, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_hv1r2"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_3ko3f"]
|
||||
atlas = ExtResource("1_tcv3u")
|
||||
region = Rect2(324, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_68eqo"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_hv1r2"]
|
||||
atlas = ExtResource("1_tcv3u")
|
||||
region = Rect2(432, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_abafu"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_68eqo"]
|
||||
atlas = ExtResource("1_tcv3u")
|
||||
region = Rect2(540, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_aqiqq"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_abafu"]
|
||||
atlas = ExtResource("1_tcv3u")
|
||||
region = Rect2(0, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_rvse7"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_aqiqq"]
|
||||
atlas = ExtResource("1_tcv3u")
|
||||
region = Rect2(108, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_t4vtj"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_rvse7"]
|
||||
atlas = ExtResource("1_tcv3u")
|
||||
region = Rect2(216, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_donk0"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_t4vtj"]
|
||||
atlas = ExtResource("1_tcv3u")
|
||||
region = Rect2(324, 108, 108, 108)
|
||||
|
||||
|
@ -62,6 +62,9 @@ region = Rect2(324, 108, 108, 108)
|
|||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_tcv3u")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_da6ue")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
|
@ -69,9 +72,6 @@ animations = [{
|
|||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_jv4da")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_isbj3")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"fly",
|
||||
|
@ -79,6 +79,9 @@ animations = [{
|
|||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_isbj3")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_55m84")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
|
@ -92,9 +95,6 @@ animations = [{
|
|||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_68eqo")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_abafu")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"idle",
|
||||
|
@ -102,6 +102,9 @@ animations = [{
|
|||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_abafu")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_aqiqq")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
|
@ -109,9 +112,6 @@ animations = [{
|
|||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_t4vtj")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_donk0")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue