From 2445a71f0c3363b1e37cde1b6f2a3394bb75666d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerard=20Gasc=C3=B3n?= <52170489+GerardGascon@users.noreply.github.com> Date: Sat, 12 Apr 2025 17:12:04 +0200 Subject: [PATCH] feat: animations working --- assets/animations/decor/escut.tres | 46 +- assets/animations/decor/espasa.tres | 48 +- assets/animations/decor/rosa.tres | 48 +- assets/animations/dragons/blau.tres | 119 ++ assets/animations/dragons/blue.tres | 3 - assets/animations/dragons/gray.tres | 119 -- assets/animations/dragons/green.tres | 119 -- assets/animations/dragons/gris.tres | 119 ++ assets/animations/dragons/lila.tres | 119 ++ assets/animations/dragons/orange.tres | 119 -- assets/animations/dragons/pink.tres | 119 -- assets/animations/dragons/purple.tres | 119 -- assets/animations/dragons/rosa.tres | 119 ++ assets/animations/dragons/taronja.tres | 119 ++ assets/animations/dragons/verd.tres | 119 ++ assets/animations/hats/barretina.tres | 118 +- assets/animations/hats/casc.tres | 48 +- assets/animations/hats/copa.tres | 48 +- assets/animations/hats/corona.tres | 48 +- assets/animations/hats/palla.tres | 48 +- assets/animations/hats/princesa.tres | 48 +- assets/animations/shirts/armadura.tres | 48 +- assets/animations/shirts/faixa.tres | 48 +- assets/animations/shirts/traje.tres | 30 +- assets/animations/shirts/tutu.tres | 48 +- assets/outfits/decor.tres | 8 +- assets/outfits/dragons.tres | 14 +- assets/outfits/hats.tres | 14 +- assets/outfits/shirts.tres | 10 +- assets/sprites/decor/DragonPet_acc_escut.png | Bin 1178 -> 0 bytes .../decor/DragonPet_acc_escut.png.import | 34 - assets/sprites/decor/DragonPet_acc_espasa.png | Bin 1200 -> 0 bytes .../decor/DragonPet_acc_espasa.png.import | 34 - assets/sprites/decor/DragonPet_acc_rosa.png | Bin 1203 -> 0 bytes .../decor/DragonPet_acc_rosa.png.import | 34 - .../hats/DragonPet_barret_barretina.png | Bin 1161 -> 0 bytes .../DragonPet_barret_barretina.png.import | 34 - assets/sprites/hats/DragonPet_barret_casc.png | Bin 1220 -> 0 bytes .../hats/DragonPet_barret_casc.png.import | 34 - assets/sprites/hats/DragonPet_barret_copa.png | Bin 1160 -> 0 bytes .../hats/DragonPet_barret_copa.png.import | 34 - .../sprites/hats/DragonPet_barret_corona.png | Bin 1171 -> 0 bytes .../hats/DragonPet_barret_corona.png.import | 34 - .../sprites/hats/DragonPet_barret_palla.png | Bin 1176 -> 0 bytes .../hats/DragonPet_barret_palla.png.import | 34 - .../hats/DragonPet_barret_princesa.png | Bin 1216 -> 0 bytes .../hats/DragonPet_barret_princesa.png.import | 34 - .../shirts/DragonPet_roba_armadura.png | Bin 1235 -> 0 bytes .../shirts/DragonPet_roba_armadura.png.import | 34 - .../sprites/shirts/DragonPet_roba_faixa.png | Bin 1209 -> 0 bytes .../shirts/DragonPet_roba_faixa.png.import | 34 - .../sprites/shirts/DragonPet_roba_traje.png | Bin 1195 -> 0 bytes .../shirts/DragonPet_roba_traje.png.import | 34 - assets/sprites/shirts/DragonPet_roba_tutu.png | Bin 1186 -> 0 bytes .../shirts/DragonPet_roba_tutu.png.import | 34 - scenes/dragon_editor/dragon_editor.tscn | 1111 ++++++++++++++++- scenes/dragon_list/dragon_properties.tscn | 382 +++++- scenes/dragons/dragon_sprite.gd | 10 +- scenes/dragons/dragon_sprite.tscn | 22 +- scenes/main.gd | 2 +- scenes/main.tscn | 382 +++++- scenes/window/dragon.gd | 46 +- scenes/window/dragon_popup.tscn | 2 +- 63 files changed, 3023 insertions(+), 1408 deletions(-) create mode 100644 assets/animations/dragons/blau.tres delete mode 100644 assets/animations/dragons/blue.tres delete mode 100644 assets/animations/dragons/gray.tres delete mode 100644 assets/animations/dragons/green.tres create mode 100644 assets/animations/dragons/gris.tres create mode 100644 assets/animations/dragons/lila.tres delete mode 100644 assets/animations/dragons/orange.tres delete mode 100644 assets/animations/dragons/pink.tres delete mode 100644 assets/animations/dragons/purple.tres create mode 100644 assets/animations/dragons/rosa.tres create mode 100644 assets/animations/dragons/taronja.tres create mode 100644 assets/animations/dragons/verd.tres delete mode 100644 assets/sprites/decor/DragonPet_acc_escut.png delete mode 100644 assets/sprites/decor/DragonPet_acc_escut.png.import delete mode 100644 assets/sprites/decor/DragonPet_acc_espasa.png delete mode 100644 assets/sprites/decor/DragonPet_acc_espasa.png.import delete mode 100644 assets/sprites/decor/DragonPet_acc_rosa.png delete mode 100644 assets/sprites/decor/DragonPet_acc_rosa.png.import delete mode 100644 assets/sprites/hats/DragonPet_barret_barretina.png delete mode 100644 assets/sprites/hats/DragonPet_barret_barretina.png.import delete mode 100644 assets/sprites/hats/DragonPet_barret_casc.png delete mode 100644 assets/sprites/hats/DragonPet_barret_casc.png.import delete mode 100644 assets/sprites/hats/DragonPet_barret_copa.png delete mode 100644 assets/sprites/hats/DragonPet_barret_copa.png.import delete mode 100644 assets/sprites/hats/DragonPet_barret_corona.png delete mode 100644 assets/sprites/hats/DragonPet_barret_corona.png.import delete mode 100644 assets/sprites/hats/DragonPet_barret_palla.png delete mode 100644 assets/sprites/hats/DragonPet_barret_palla.png.import delete mode 100644 assets/sprites/hats/DragonPet_barret_princesa.png delete mode 100644 assets/sprites/hats/DragonPet_barret_princesa.png.import delete mode 100644 assets/sprites/shirts/DragonPet_roba_armadura.png delete mode 100644 assets/sprites/shirts/DragonPet_roba_armadura.png.import delete mode 100644 assets/sprites/shirts/DragonPet_roba_faixa.png delete mode 100644 assets/sprites/shirts/DragonPet_roba_faixa.png.import delete mode 100644 assets/sprites/shirts/DragonPet_roba_traje.png delete mode 100644 assets/sprites/shirts/DragonPet_roba_traje.png.import delete mode 100644 assets/sprites/shirts/DragonPet_roba_tutu.png delete mode 100644 assets/sprites/shirts/DragonPet_roba_tutu.png.import diff --git a/assets/animations/decor/escut.tres b/assets/animations/decor/escut.tres index 8487bd3..fde0f72 100644 --- a/assets/animations/decor/escut.tres +++ b/assets/animations/decor/escut.tres @@ -1,32 +1,32 @@ -[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://b52ph2qg7ovgc"] +[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://d02qrwmwvxvw2"] [ext_resource type="Texture2D" uid="uid://c7nmelv0lx3i3" path="res://assets/sprites/decor/DP_acc_escut_Anim.png" id="1_p6fb4"] -[sub_resource type="AtlasTexture" id="AtlasTexture_n1vju"] +[sub_resource type="AtlasTexture" id="AtlasTexture_mq26c"] atlas = ExtResource("1_p6fb4") region = Rect2(0, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_m1nfd"] +[sub_resource type="AtlasTexture" id="AtlasTexture_p6fb4"] atlas = ExtResource("1_p6fb4") region = Rect2(108, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_3fnsk"] +[sub_resource type="AtlasTexture" id="AtlasTexture_fwa0p"] atlas = ExtResource("1_p6fb4") region = Rect2(216, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_njuvk"] +[sub_resource type="AtlasTexture" id="AtlasTexture_n1vju"] atlas = ExtResource("1_p6fb4") region = Rect2(324, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_mq26c"] +[sub_resource type="AtlasTexture" id="AtlasTexture_m1nfd"] atlas = ExtResource("1_p6fb4") region = Rect2(0, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_p6fb4"] +[sub_resource type="AtlasTexture" id="AtlasTexture_3fnsk"] atlas = ExtResource("1_p6fb4") region = Rect2(108, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_fwa0p"] +[sub_resource type="AtlasTexture" id="AtlasTexture_njuvk"] atlas = ExtResource("1_p6fb4") region = Rect2(216, 0, 108, 108) @@ -62,9 +62,23 @@ region = Rect2(324, 108, 108, 108) animations = [{ "frames": [{ "duration": 1.0, -"texture": SubResource("AtlasTexture_n1vju") +"texture": SubResource("AtlasTexture_mq26c") }, { "duration": 1.0, +"texture": SubResource("AtlasTexture_p6fb4") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_fwa0p") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_n1vju") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, "texture": SubResource("AtlasTexture_m1nfd") }, { "duration": 1.0, @@ -72,20 +86,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_njuvk") -}], -"loop": true, -"name": &"fly", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_mq26c") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_p6fb4") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_fwa0p") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_26ptf") diff --git a/assets/animations/decor/espasa.tres b/assets/animations/decor/espasa.tres index 14a2b00..47d2bc4 100644 --- a/assets/animations/decor/espasa.tres +++ b/assets/animations/decor/espasa.tres @@ -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", diff --git a/assets/animations/decor/rosa.tres b/assets/animations/decor/rosa.tres index b9aa589..95df6e4 100644 --- a/assets/animations/decor/rosa.tres +++ b/assets/animations/decor/rosa.tres @@ -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", diff --git a/assets/animations/dragons/blau.tres b/assets/animations/dragons/blau.tres new file mode 100644 index 0000000..a42c108 --- /dev/null +++ b/assets/animations/dragons/blau.tres @@ -0,0 +1,119 @@ +[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://bfviwc5qcl6fj"] + +[ext_resource type="Texture2D" uid="uid://clp02nlyac2g8" path="res://assets/sprites/dragons/DP_drac02_Anim.png" id="1_yijd7"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_fl06t"] +atlas = ExtResource("1_yijd7") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_14fve"] +atlas = ExtResource("1_yijd7") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ce0w3"] +atlas = ExtResource("1_yijd7") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_x5531"] +atlas = ExtResource("1_yijd7") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_gxug3"] +atlas = ExtResource("1_yijd7") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_dfjkg"] +atlas = ExtResource("1_yijd7") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_fq5di"] +atlas = ExtResource("1_yijd7") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_l5odh"] +atlas = ExtResource("1_yijd7") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_qcp1n"] +atlas = ExtResource("1_yijd7") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_0h0gq"] +atlas = ExtResource("1_yijd7") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_m6iqp"] +atlas = ExtResource("1_yijd7") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_hvha6"] +atlas = ExtResource("1_yijd7") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_2mhj3"] +atlas = ExtResource("1_yijd7") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_qwnnt"] +atlas = ExtResource("1_yijd7") +region = Rect2(324, 108, 108, 108) + +[resource] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_fl06t") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_14fve") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ce0w3") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_x5531") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_gxug3") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_dfjkg") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_fq5di") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_l5odh") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_qcp1n") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_0h0gq") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_m6iqp") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_hvha6") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_2mhj3") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_qwnnt") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] diff --git a/assets/animations/dragons/blue.tres b/assets/animations/dragons/blue.tres deleted file mode 100644 index 0ca9fd0..0000000 --- a/assets/animations/dragons/blue.tres +++ /dev/null @@ -1,3 +0,0 @@ -[gd_resource type="SpriteFrames" format=3 uid="uid://1yn652crf484"] - -[resource] diff --git a/assets/animations/dragons/gray.tres b/assets/animations/dragons/gray.tres deleted file mode 100644 index e782f5c..0000000 --- a/assets/animations/dragons/gray.tres +++ /dev/null @@ -1,119 +0,0 @@ -[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://bdri1wjc6eary"] - -[ext_resource type="Texture2D" uid="uid://c0ix7r57l1swx" path="res://assets/sprites/dragons/DP_drac06_Anim.png" id="1_nmisb"] - -[sub_resource type="AtlasTexture" id="AtlasTexture_vs0c3"] -atlas = ExtResource("1_nmisb") -region = Rect2(0, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_wiled"] -atlas = ExtResource("1_nmisb") -region = Rect2(108, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_3qimm"] -atlas = ExtResource("1_nmisb") -region = Rect2(216, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_pgupe"] -atlas = ExtResource("1_nmisb") -region = Rect2(324, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_nmisb"] -atlas = ExtResource("1_nmisb") -region = Rect2(0, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ply4o"] -atlas = ExtResource("1_nmisb") -region = Rect2(108, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_uldnr"] -atlas = ExtResource("1_nmisb") -region = Rect2(216, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_cuv31"] -atlas = ExtResource("1_nmisb") -region = Rect2(324, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_68pbo"] -atlas = ExtResource("1_nmisb") -region = Rect2(432, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_sh07d"] -atlas = ExtResource("1_nmisb") -region = Rect2(540, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_qc1gi"] -atlas = ExtResource("1_nmisb") -region = Rect2(0, 108, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_58c6e"] -atlas = ExtResource("1_nmisb") -region = Rect2(108, 108, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_lvnxr"] -atlas = ExtResource("1_nmisb") -region = Rect2(216, 108, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_6ndl6"] -atlas = ExtResource("1_nmisb") -region = Rect2(324, 108, 108, 108) - -[resource] -animations = [{ -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_vs0c3") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_wiled") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_3qimm") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_pgupe") -}], -"loop": true, -"name": &"fly", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_nmisb") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ply4o") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_uldnr") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_cuv31") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_68pbo") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_sh07d") -}], -"loop": true, -"name": &"idle", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_qc1gi") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_58c6e") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_lvnxr") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_6ndl6") -}], -"loop": true, -"name": &"walk", -"speed": 5.0 -}] diff --git a/assets/animations/dragons/green.tres b/assets/animations/dragons/green.tres deleted file mode 100644 index dd98657..0000000 --- a/assets/animations/dragons/green.tres +++ /dev/null @@ -1,119 +0,0 @@ -[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://4cm7picl2gvs"] - -[ext_resource type="Texture2D" uid="uid://f4c3ib4p7gcy" path="res://assets/sprites/dragons/DP_drac01_Anim.png" id="1_6pw77"] - -[sub_resource type="AtlasTexture" id="AtlasTexture_7wf4o"] -atlas = ExtResource("1_6pw77") -region = Rect2(0, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_06adf"] -atlas = ExtResource("1_6pw77") -region = Rect2(108, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_r1nr2"] -atlas = ExtResource("1_6pw77") -region = Rect2(216, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ob486"] -atlas = ExtResource("1_6pw77") -region = Rect2(324, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_vxc6x"] -atlas = ExtResource("1_6pw77") -region = Rect2(0, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_jbw75"] -atlas = ExtResource("1_6pw77") -region = Rect2(108, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ei2lw"] -atlas = ExtResource("1_6pw77") -region = Rect2(216, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_q6cr0"] -atlas = ExtResource("1_6pw77") -region = Rect2(324, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_m3lw6"] -atlas = ExtResource("1_6pw77") -region = Rect2(432, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_kdf45"] -atlas = ExtResource("1_6pw77") -region = Rect2(540, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_1w6rw"] -atlas = ExtResource("1_6pw77") -region = Rect2(0, 108, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_80v1m"] -atlas = ExtResource("1_6pw77") -region = Rect2(108, 108, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_nv7os"] -atlas = ExtResource("1_6pw77") -region = Rect2(216, 108, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ly6pi"] -atlas = ExtResource("1_6pw77") -region = Rect2(324, 108, 108, 108) - -[resource] -animations = [{ -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_7wf4o") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_06adf") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_r1nr2") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ob486") -}], -"loop": true, -"name": &"fly", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_vxc6x") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_jbw75") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ei2lw") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_q6cr0") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_m3lw6") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_kdf45") -}], -"loop": true, -"name": &"idle", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_1w6rw") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_80v1m") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_nv7os") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ly6pi") -}], -"loop": true, -"name": &"walk", -"speed": 5.0 -}] diff --git a/assets/animations/dragons/gris.tres b/assets/animations/dragons/gris.tres new file mode 100644 index 0000000..71fa838 --- /dev/null +++ b/assets/animations/dragons/gris.tres @@ -0,0 +1,119 @@ +[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://8ooldj4ypfj2"] + +[ext_resource type="Texture2D" uid="uid://c0ix7r57l1swx" path="res://assets/sprites/dragons/DP_drac06_Anim.png" id="1_2went"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_waewi"] +atlas = ExtResource("1_2went") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_bqp3r"] +atlas = ExtResource("1_2went") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_to3q2"] +atlas = ExtResource("1_2went") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_akaea"] +atlas = ExtResource("1_2went") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_xbxev"] +atlas = ExtResource("1_2went") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_e4f2w"] +atlas = ExtResource("1_2went") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_1h3nn"] +atlas = ExtResource("1_2went") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_680yn"] +atlas = ExtResource("1_2went") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_s56j0"] +atlas = ExtResource("1_2went") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_iaqbq"] +atlas = ExtResource("1_2went") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ny8vc"] +atlas = ExtResource("1_2went") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_s1wsx"] +atlas = ExtResource("1_2went") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_dy35q"] +atlas = ExtResource("1_2went") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_nlpvo"] +atlas = ExtResource("1_2went") +region = Rect2(324, 108, 108, 108) + +[resource] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_waewi") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_bqp3r") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_to3q2") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_akaea") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_xbxev") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_e4f2w") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_1h3nn") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_680yn") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_s56j0") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_iaqbq") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_ny8vc") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_s1wsx") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_dy35q") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_nlpvo") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] diff --git a/assets/animations/dragons/lila.tres b/assets/animations/dragons/lila.tres new file mode 100644 index 0000000..d782506 --- /dev/null +++ b/assets/animations/dragons/lila.tres @@ -0,0 +1,119 @@ +[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://rtlmmehjocac"] + +[ext_resource type="Texture2D" uid="uid://d21m7gvjn7t2w" path="res://assets/sprites/dragons/DP_drac05_Anim.png" id="1_f3ong"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_yrrwj"] +atlas = ExtResource("1_f3ong") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ja57i"] +atlas = ExtResource("1_f3ong") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ejeov"] +atlas = ExtResource("1_f3ong") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ussad"] +atlas = ExtResource("1_f3ong") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_prirb"] +atlas = ExtResource("1_f3ong") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_07rsg"] +atlas = ExtResource("1_f3ong") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_0wmao"] +atlas = ExtResource("1_f3ong") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_abuf0"] +atlas = ExtResource("1_f3ong") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_kdbgm"] +atlas = ExtResource("1_f3ong") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_7mxbr"] +atlas = ExtResource("1_f3ong") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_hrq48"] +atlas = ExtResource("1_f3ong") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_femvo"] +atlas = ExtResource("1_f3ong") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_up28x"] +atlas = ExtResource("1_f3ong") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_lh724"] +atlas = ExtResource("1_f3ong") +region = Rect2(324, 108, 108, 108) + +[resource] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_yrrwj") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ja57i") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ejeov") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ussad") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_prirb") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_07rsg") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_0wmao") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_abuf0") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_kdbgm") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_7mxbr") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_hrq48") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_femvo") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_up28x") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_lh724") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] diff --git a/assets/animations/dragons/orange.tres b/assets/animations/dragons/orange.tres deleted file mode 100644 index 6e6fb1c..0000000 --- a/assets/animations/dragons/orange.tres +++ /dev/null @@ -1,119 +0,0 @@ -[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://buvaij5fn2jkk"] - -[ext_resource type="Texture2D" uid="uid://blej4jyd3oup1" path="res://assets/sprites/dragons/DP_drac04_Anim.png" id="1_hgmmo"] - -[sub_resource type="AtlasTexture" id="AtlasTexture_ub7hq"] -atlas = ExtResource("1_hgmmo") -region = Rect2(0, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_frclk"] -atlas = ExtResource("1_hgmmo") -region = Rect2(108, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_55hsi"] -atlas = ExtResource("1_hgmmo") -region = Rect2(216, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_dhrkn"] -atlas = ExtResource("1_hgmmo") -region = Rect2(324, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_7h6a8"] -atlas = ExtResource("1_hgmmo") -region = Rect2(0, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_hk7mw"] -atlas = ExtResource("1_hgmmo") -region = Rect2(108, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_4rwpa"] -atlas = ExtResource("1_hgmmo") -region = Rect2(216, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_p1ygt"] -atlas = ExtResource("1_hgmmo") -region = Rect2(324, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_3tl36"] -atlas = ExtResource("1_hgmmo") -region = Rect2(432, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_oqwn7"] -atlas = ExtResource("1_hgmmo") -region = Rect2(540, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_21i6q"] -atlas = ExtResource("1_hgmmo") -region = Rect2(0, 108, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_as7nj"] -atlas = ExtResource("1_hgmmo") -region = Rect2(108, 108, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_m3eui"] -atlas = ExtResource("1_hgmmo") -region = Rect2(216, 108, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_i7kqd"] -atlas = ExtResource("1_hgmmo") -region = Rect2(324, 108, 108, 108) - -[resource] -animations = [{ -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_ub7hq") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_frclk") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_55hsi") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_dhrkn") -}], -"loop": true, -"name": &"fly", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_7h6a8") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_hk7mw") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_4rwpa") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_p1ygt") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_3tl36") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_oqwn7") -}], -"loop": true, -"name": &"idle", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_21i6q") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_as7nj") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_m3eui") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_i7kqd") -}], -"loop": true, -"name": &"walk", -"speed": 5.0 -}] diff --git a/assets/animations/dragons/pink.tres b/assets/animations/dragons/pink.tres deleted file mode 100644 index c08e30d..0000000 --- a/assets/animations/dragons/pink.tres +++ /dev/null @@ -1,119 +0,0 @@ -[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://chw5o81g1w8qp"] - -[ext_resource type="Texture2D" uid="uid://ig3pbqrpnm7u" path="res://assets/sprites/dragons/DP_drac03_Anim.png" id="1_0rxrn"] - -[sub_resource type="AtlasTexture" id="AtlasTexture_mmj1o"] -atlas = ExtResource("1_0rxrn") -region = Rect2(0, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_biwbj"] -atlas = ExtResource("1_0rxrn") -region = Rect2(108, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_e86o5"] -atlas = ExtResource("1_0rxrn") -region = Rect2(216, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_5exht"] -atlas = ExtResource("1_0rxrn") -region = Rect2(324, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_62vta"] -atlas = ExtResource("1_0rxrn") -region = Rect2(0, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ijluj"] -atlas = ExtResource("1_0rxrn") -region = Rect2(108, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_t186t"] -atlas = ExtResource("1_0rxrn") -region = Rect2(216, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_iei0t"] -atlas = ExtResource("1_0rxrn") -region = Rect2(324, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_u1l6v"] -atlas = ExtResource("1_0rxrn") -region = Rect2(432, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_bk2js"] -atlas = ExtResource("1_0rxrn") -region = Rect2(540, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_11k2n"] -atlas = ExtResource("1_0rxrn") -region = Rect2(0, 108, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_m3pae"] -atlas = ExtResource("1_0rxrn") -region = Rect2(108, 108, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_wfq62"] -atlas = ExtResource("1_0rxrn") -region = Rect2(216, 108, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_0yic0"] -atlas = ExtResource("1_0rxrn") -region = Rect2(324, 108, 108, 108) - -[resource] -animations = [{ -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_mmj1o") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_biwbj") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_e86o5") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_5exht") -}], -"loop": true, -"name": &"fly", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_62vta") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ijluj") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_t186t") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_iei0t") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_u1l6v") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_bk2js") -}], -"loop": true, -"name": &"idle", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_11k2n") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_m3pae") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_wfq62") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_0yic0") -}], -"loop": true, -"name": &"walk", -"speed": 5.0 -}] diff --git a/assets/animations/dragons/purple.tres b/assets/animations/dragons/purple.tres deleted file mode 100644 index 6162a53..0000000 --- a/assets/animations/dragons/purple.tres +++ /dev/null @@ -1,119 +0,0 @@ -[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://dmutxyu7jh3d6"] - -[ext_resource type="Texture2D" uid="uid://d21m7gvjn7t2w" path="res://assets/sprites/dragons/DP_drac05_Anim.png" id="2_anvkt"] - -[sub_resource type="AtlasTexture" id="AtlasTexture_tey01"] -atlas = ExtResource("2_anvkt") -region = Rect2(0, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_e3p4x"] -atlas = ExtResource("2_anvkt") -region = Rect2(108, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_kxp1n"] -atlas = ExtResource("2_anvkt") -region = Rect2(216, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_c6xgx"] -atlas = ExtResource("2_anvkt") -region = Rect2(324, 216, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_anvkt"] -atlas = ExtResource("2_anvkt") -region = Rect2(0, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_r2n4o"] -atlas = ExtResource("2_anvkt") -region = Rect2(108, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_gfwqi"] -atlas = ExtResource("2_anvkt") -region = Rect2(216, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_vglir"] -atlas = ExtResource("2_anvkt") -region = Rect2(324, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_8p844"] -atlas = ExtResource("2_anvkt") -region = Rect2(432, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_6j6s6"] -atlas = ExtResource("2_anvkt") -region = Rect2(540, 0, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_yy5o8"] -atlas = ExtResource("2_anvkt") -region = Rect2(0, 108, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_df7rw"] -atlas = ExtResource("2_anvkt") -region = Rect2(108, 108, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_j0r56"] -atlas = ExtResource("2_anvkt") -region = Rect2(216, 108, 108, 108) - -[sub_resource type="AtlasTexture" id="AtlasTexture_vkmfp"] -atlas = ExtResource("2_anvkt") -region = Rect2(324, 108, 108, 108) - -[resource] -animations = [{ -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_tey01") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_e3p4x") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_kxp1n") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_c6xgx") -}], -"loop": true, -"name": &"fly", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_anvkt") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_r2n4o") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_gfwqi") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_vglir") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_8p844") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_6j6s6") -}], -"loop": true, -"name": &"idle", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_yy5o8") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_df7rw") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_j0r56") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_vkmfp") -}], -"loop": true, -"name": &"walk", -"speed": 5.0 -}] diff --git a/assets/animations/dragons/rosa.tres b/assets/animations/dragons/rosa.tres new file mode 100644 index 0000000..9e30777 --- /dev/null +++ b/assets/animations/dragons/rosa.tres @@ -0,0 +1,119 @@ +[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://byt01eiqq6set"] + +[ext_resource type="Texture2D" uid="uid://ig3pbqrpnm7u" path="res://assets/sprites/dragons/DP_drac03_Anim.png" id="1_m4sxj"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_f7m8a"] +atlas = ExtResource("1_m4sxj") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_nafcc"] +atlas = ExtResource("1_m4sxj") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_a3w85"] +atlas = ExtResource("1_m4sxj") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_o7xst"] +atlas = ExtResource("1_m4sxj") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_u3vb2"] +atlas = ExtResource("1_m4sxj") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_lgfao"] +atlas = ExtResource("1_m4sxj") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_s8edn"] +atlas = ExtResource("1_m4sxj") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_lq16e"] +atlas = ExtResource("1_m4sxj") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_xcin1"] +atlas = ExtResource("1_m4sxj") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_wv0f5"] +atlas = ExtResource("1_m4sxj") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_b1anw"] +atlas = ExtResource("1_m4sxj") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_qxmjr"] +atlas = ExtResource("1_m4sxj") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_lus7l"] +atlas = ExtResource("1_m4sxj") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_8l3dm"] +atlas = ExtResource("1_m4sxj") +region = Rect2(324, 108, 108, 108) + +[resource] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_f7m8a") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_nafcc") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_a3w85") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_o7xst") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_u3vb2") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_lgfao") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_s8edn") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_lq16e") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_xcin1") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_wv0f5") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_b1anw") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_qxmjr") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_lus7l") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_8l3dm") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] diff --git a/assets/animations/dragons/taronja.tres b/assets/animations/dragons/taronja.tres new file mode 100644 index 0000000..8d8b8ff --- /dev/null +++ b/assets/animations/dragons/taronja.tres @@ -0,0 +1,119 @@ +[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://eewnnh458hux"] + +[ext_resource type="Texture2D" uid="uid://blej4jyd3oup1" path="res://assets/sprites/dragons/DP_drac04_Anim.png" id="1_ng7ie"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_un46y"] +atlas = ExtResource("1_ng7ie") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_6sc05"] +atlas = ExtResource("1_ng7ie") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_bk8fb"] +atlas = ExtResource("1_ng7ie") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_4rtcn"] +atlas = ExtResource("1_ng7ie") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_k80y2"] +atlas = ExtResource("1_ng7ie") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_mp7mu"] +atlas = ExtResource("1_ng7ie") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_7awqb"] +atlas = ExtResource("1_ng7ie") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_qagc0"] +atlas = ExtResource("1_ng7ie") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_2s8wk"] +atlas = ExtResource("1_ng7ie") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_kq5if"] +atlas = ExtResource("1_ng7ie") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_t1wlu"] +atlas = ExtResource("1_ng7ie") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_82l4f"] +atlas = ExtResource("1_ng7ie") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_mi1ns"] +atlas = ExtResource("1_ng7ie") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_jkrmy"] +atlas = ExtResource("1_ng7ie") +region = Rect2(324, 108, 108, 108) + +[resource] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_un46y") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_6sc05") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_bk8fb") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_4rtcn") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_k80y2") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_mp7mu") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_7awqb") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_qagc0") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_2s8wk") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_kq5if") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_t1wlu") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_82l4f") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_mi1ns") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_jkrmy") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] diff --git a/assets/animations/dragons/verd.tres b/assets/animations/dragons/verd.tres new file mode 100644 index 0000000..7242a2f --- /dev/null +++ b/assets/animations/dragons/verd.tres @@ -0,0 +1,119 @@ +[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://duxxw4mfxql3c"] + +[ext_resource type="Texture2D" uid="uid://f4c3ib4p7gcy" path="res://assets/sprites/dragons/DP_drac01_Anim.png" id="1_4rvgc"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_x822l"] +atlas = ExtResource("1_4rvgc") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_l5gib"] +atlas = ExtResource("1_4rvgc") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_8hd5r"] +atlas = ExtResource("1_4rvgc") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_crcff"] +atlas = ExtResource("1_4rvgc") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_f7tkc"] +atlas = ExtResource("1_4rvgc") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_183wa"] +atlas = ExtResource("1_4rvgc") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ww7bl"] +atlas = ExtResource("1_4rvgc") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_auf5o"] +atlas = ExtResource("1_4rvgc") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_gmmhw"] +atlas = ExtResource("1_4rvgc") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_j4sk3"] +atlas = ExtResource("1_4rvgc") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_pe34j"] +atlas = ExtResource("1_4rvgc") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_6gvnx"] +atlas = ExtResource("1_4rvgc") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_7g40m"] +atlas = ExtResource("1_4rvgc") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_6hge5"] +atlas = ExtResource("1_4rvgc") +region = Rect2(324, 108, 108, 108) + +[resource] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_x822l") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_l5gib") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_8hd5r") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_crcff") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_f7tkc") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_183wa") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ww7bl") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_auf5o") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_gmmhw") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_j4sk3") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_pe34j") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_6gvnx") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_7g40m") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_6hge5") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] diff --git a/assets/animations/hats/barretina.tres b/assets/animations/hats/barretina.tres index 976d91b..a5c06dd 100644 --- a/assets/animations/hats/barretina.tres +++ b/assets/animations/hats/barretina.tres @@ -1,3 +1,119 @@ -[gd_resource type="SpriteFrames" format=3 uid="uid://cwxqw54jvqryh"] +[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://ccxyplt2t7t6y"] + +[ext_resource type="Texture2D" uid="uid://blkh88mh1rnm" path="res://assets/sprites/hats/DP_barret_barretina_Anim.png" id="1_nds5y"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_gde4a"] +atlas = ExtResource("1_nds5y") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_e3yq5"] +atlas = ExtResource("1_nds5y") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_olugv"] +atlas = ExtResource("1_nds5y") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_vayoa"] +atlas = ExtResource("1_nds5y") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_7lo45"] +atlas = ExtResource("1_nds5y") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_8tpmy"] +atlas = ExtResource("1_nds5y") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_e403u"] +atlas = ExtResource("1_nds5y") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_e366r"] +atlas = ExtResource("1_nds5y") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ylcln"] +atlas = ExtResource("1_nds5y") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_2xe73"] +atlas = ExtResource("1_nds5y") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_dakrn"] +atlas = ExtResource("1_nds5y") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_q80c7"] +atlas = ExtResource("1_nds5y") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_bhxca"] +atlas = ExtResource("1_nds5y") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_m466e"] +atlas = ExtResource("1_nds5y") +region = Rect2(324, 108, 108, 108) [resource] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_gde4a") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_e3yq5") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_olugv") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_vayoa") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_7lo45") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_8tpmy") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_e403u") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_e366r") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ylcln") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_2xe73") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_dakrn") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_q80c7") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_bhxca") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_m466e") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] diff --git a/assets/animations/hats/casc.tres b/assets/animations/hats/casc.tres index 612bff6..d43a448 100644 --- a/assets/animations/hats/casc.tres +++ b/assets/animations/hats/casc.tres @@ -1,60 +1,60 @@ -[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://okcrgispsiyh"] +[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://ci2is31ratmsd"] [ext_resource type="Texture2D" uid="uid://uchf8kc02nq2" path="res://assets/sprites/hats/DP_barret_casc_Anim.png" id="1_v5wkj"] -[sub_resource type="AtlasTexture" id="AtlasTexture_rnyfi"] +[sub_resource type="AtlasTexture" id="AtlasTexture_v5wkj"] atlas = ExtResource("1_v5wkj") region = Rect2(0, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_an2bm"] +[sub_resource type="AtlasTexture" id="AtlasTexture_rnyfi"] atlas = ExtResource("1_v5wkj") region = Rect2(108, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_83lh8"] +[sub_resource type="AtlasTexture" id="AtlasTexture_an2bm"] atlas = ExtResource("1_v5wkj") region = Rect2(216, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_04ex5"] +[sub_resource type="AtlasTexture" id="AtlasTexture_83lh8"] atlas = ExtResource("1_v5wkj") region = Rect2(324, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_6sbcy"] +[sub_resource type="AtlasTexture" id="AtlasTexture_04ex5"] atlas = ExtResource("1_v5wkj") region = Rect2(0, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_1olxv"] +[sub_resource type="AtlasTexture" id="AtlasTexture_6sbcy"] atlas = ExtResource("1_v5wkj") region = Rect2(108, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_3bvwv"] +[sub_resource type="AtlasTexture" id="AtlasTexture_1olxv"] atlas = ExtResource("1_v5wkj") region = Rect2(216, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_nhgsj"] +[sub_resource type="AtlasTexture" id="AtlasTexture_3bvwv"] atlas = ExtResource("1_v5wkj") region = Rect2(324, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_ixq2b"] +[sub_resource type="AtlasTexture" id="AtlasTexture_nhgsj"] atlas = ExtResource("1_v5wkj") region = Rect2(432, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_pak8g"] +[sub_resource type="AtlasTexture" id="AtlasTexture_ixq2b"] atlas = ExtResource("1_v5wkj") region = Rect2(540, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_wqor3"] +[sub_resource type="AtlasTexture" id="AtlasTexture_pak8g"] atlas = ExtResource("1_v5wkj") region = Rect2(0, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_rjvh1"] +[sub_resource type="AtlasTexture" id="AtlasTexture_wqor3"] atlas = ExtResource("1_v5wkj") region = Rect2(108, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_sqqba"] +[sub_resource type="AtlasTexture" id="AtlasTexture_rjvh1"] atlas = ExtResource("1_v5wkj") region = Rect2(216, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_ospjs"] +[sub_resource type="AtlasTexture" id="AtlasTexture_sqqba"] atlas = ExtResource("1_v5wkj") region = Rect2(324, 108, 108, 108) @@ -62,6 +62,9 @@ region = Rect2(324, 108, 108, 108) animations = [{ "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_v5wkj") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_rnyfi") }, { "duration": 1.0, @@ -69,9 +72,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_83lh8") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_04ex5") }], "loop": true, "name": &"fly", @@ -79,6 +79,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_04ex5") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_6sbcy") }, { "duration": 1.0, @@ -92,9 +95,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_ixq2b") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_pak8g") }], "loop": true, "name": &"idle", @@ -102,6 +102,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_pak8g") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_wqor3") }, { "duration": 1.0, @@ -109,9 +112,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_sqqba") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ospjs") }], "loop": true, "name": &"walk", diff --git a/assets/animations/hats/copa.tres b/assets/animations/hats/copa.tres index f5b0168..094de9d 100644 --- a/assets/animations/hats/copa.tres +++ b/assets/animations/hats/copa.tres @@ -1,60 +1,60 @@ -[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://deujtfpb6uodr"] +[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://b80fhqafet4su"] [ext_resource type="Texture2D" uid="uid://cikq8k32v8ann" path="res://assets/sprites/hats/DP_barret_copa_Anim.png" id="1_lexmk"] -[sub_resource type="AtlasTexture" id="AtlasTexture_50j2j"] +[sub_resource type="AtlasTexture" id="AtlasTexture_lexmk"] atlas = ExtResource("1_lexmk") region = Rect2(0, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_1gtgj"] +[sub_resource type="AtlasTexture" id="AtlasTexture_50j2j"] atlas = ExtResource("1_lexmk") region = Rect2(108, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_j1iax"] +[sub_resource type="AtlasTexture" id="AtlasTexture_1gtgj"] atlas = ExtResource("1_lexmk") region = Rect2(216, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_dkc5t"] +[sub_resource type="AtlasTexture" id="AtlasTexture_j1iax"] atlas = ExtResource("1_lexmk") region = Rect2(324, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_12efb"] +[sub_resource type="AtlasTexture" id="AtlasTexture_dkc5t"] atlas = ExtResource("1_lexmk") region = Rect2(0, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_fqhbc"] +[sub_resource type="AtlasTexture" id="AtlasTexture_12efb"] atlas = ExtResource("1_lexmk") region = Rect2(108, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_c4e6a"] +[sub_resource type="AtlasTexture" id="AtlasTexture_fqhbc"] atlas = ExtResource("1_lexmk") region = Rect2(216, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_81d3g"] +[sub_resource type="AtlasTexture" id="AtlasTexture_c4e6a"] atlas = ExtResource("1_lexmk") region = Rect2(324, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_3edwv"] +[sub_resource type="AtlasTexture" id="AtlasTexture_81d3g"] atlas = ExtResource("1_lexmk") region = Rect2(432, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_3dbo2"] +[sub_resource type="AtlasTexture" id="AtlasTexture_3edwv"] atlas = ExtResource("1_lexmk") region = Rect2(540, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_0fupp"] +[sub_resource type="AtlasTexture" id="AtlasTexture_3dbo2"] atlas = ExtResource("1_lexmk") region = Rect2(0, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_o4nce"] +[sub_resource type="AtlasTexture" id="AtlasTexture_0fupp"] atlas = ExtResource("1_lexmk") region = Rect2(108, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_phb2t"] +[sub_resource type="AtlasTexture" id="AtlasTexture_o4nce"] atlas = ExtResource("1_lexmk") region = Rect2(216, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_vggro"] +[sub_resource type="AtlasTexture" id="AtlasTexture_phb2t"] atlas = ExtResource("1_lexmk") region = Rect2(324, 108, 108, 108) @@ -62,6 +62,9 @@ region = Rect2(324, 108, 108, 108) animations = [{ "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_lexmk") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_50j2j") }, { "duration": 1.0, @@ -69,9 +72,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_j1iax") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_dkc5t") }], "loop": true, "name": &"fly", @@ -79,6 +79,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_dkc5t") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_12efb") }, { "duration": 1.0, @@ -92,9 +95,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_3edwv") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_3dbo2") }], "loop": true, "name": &"idle", @@ -102,6 +102,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_3dbo2") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_0fupp") }, { "duration": 1.0, @@ -109,9 +112,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_phb2t") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_vggro") }], "loop": true, "name": &"walk", diff --git a/assets/animations/hats/corona.tres b/assets/animations/hats/corona.tres index b26e90b..5021784 100644 --- a/assets/animations/hats/corona.tres +++ b/assets/animations/hats/corona.tres @@ -1,60 +1,60 @@ -[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://b86f546ym6u3s"] +[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://8yggiamdjxiq"] [ext_resource type="Texture2D" uid="uid://chdfhv2fysfnc" path="res://assets/sprites/hats/DP_barret_corona_Anim.png" id="1_b2w28"] -[sub_resource type="AtlasTexture" id="AtlasTexture_px20u"] +[sub_resource type="AtlasTexture" id="AtlasTexture_b2w28"] atlas = ExtResource("1_b2w28") region = Rect2(0, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_x46yd"] +[sub_resource type="AtlasTexture" id="AtlasTexture_px20u"] atlas = ExtResource("1_b2w28") region = Rect2(108, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_cu4dy"] +[sub_resource type="AtlasTexture" id="AtlasTexture_x46yd"] atlas = ExtResource("1_b2w28") region = Rect2(216, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_wkf2m"] +[sub_resource type="AtlasTexture" id="AtlasTexture_cu4dy"] atlas = ExtResource("1_b2w28") region = Rect2(324, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_bnv28"] +[sub_resource type="AtlasTexture" id="AtlasTexture_wkf2m"] atlas = ExtResource("1_b2w28") region = Rect2(0, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_8pgb1"] +[sub_resource type="AtlasTexture" id="AtlasTexture_bnv28"] atlas = ExtResource("1_b2w28") region = Rect2(108, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_eiwrn"] +[sub_resource type="AtlasTexture" id="AtlasTexture_8pgb1"] atlas = ExtResource("1_b2w28") region = Rect2(216, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_fgqbr"] +[sub_resource type="AtlasTexture" id="AtlasTexture_eiwrn"] atlas = ExtResource("1_b2w28") region = Rect2(324, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_tx00u"] +[sub_resource type="AtlasTexture" id="AtlasTexture_fgqbr"] atlas = ExtResource("1_b2w28") region = Rect2(432, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_plwgp"] +[sub_resource type="AtlasTexture" id="AtlasTexture_tx00u"] atlas = ExtResource("1_b2w28") region = Rect2(540, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_dckeg"] +[sub_resource type="AtlasTexture" id="AtlasTexture_plwgp"] atlas = ExtResource("1_b2w28") region = Rect2(0, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_5c1ja"] +[sub_resource type="AtlasTexture" id="AtlasTexture_dckeg"] atlas = ExtResource("1_b2w28") region = Rect2(108, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_k3p5f"] +[sub_resource type="AtlasTexture" id="AtlasTexture_5c1ja"] atlas = ExtResource("1_b2w28") region = Rect2(216, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_sp0f4"] +[sub_resource type="AtlasTexture" id="AtlasTexture_k3p5f"] atlas = ExtResource("1_b2w28") region = Rect2(324, 108, 108, 108) @@ -62,6 +62,9 @@ region = Rect2(324, 108, 108, 108) animations = [{ "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_b2w28") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_px20u") }, { "duration": 1.0, @@ -69,9 +72,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_cu4dy") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_wkf2m") }], "loop": true, "name": &"fly", @@ -79,6 +79,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_wkf2m") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_bnv28") }, { "duration": 1.0, @@ -92,9 +95,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_tx00u") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_plwgp") }], "loop": true, "name": &"idle", @@ -102,6 +102,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_plwgp") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_dckeg") }, { "duration": 1.0, @@ -109,9 +112,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_k3p5f") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_sp0f4") }], "loop": true, "name": &"walk", diff --git a/assets/animations/hats/palla.tres b/assets/animations/hats/palla.tres index 00dc0ef..0ba4968 100644 --- a/assets/animations/hats/palla.tres +++ b/assets/animations/hats/palla.tres @@ -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", diff --git a/assets/animations/hats/princesa.tres b/assets/animations/hats/princesa.tres index 807d1df..7a7b74f 100644 --- a/assets/animations/hats/princesa.tres +++ b/assets/animations/hats/princesa.tres @@ -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", diff --git a/assets/animations/shirts/armadura.tres b/assets/animations/shirts/armadura.tres index 8ffc574..a721247 100644 --- a/assets/animations/shirts/armadura.tres +++ b/assets/animations/shirts/armadura.tres @@ -1,60 +1,60 @@ -[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://b7ojkd0itqcx8"] +[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://d3oqg43q07hgx"] [ext_resource type="Texture2D" uid="uid://do2jnyp7khi61" path="res://assets/sprites/shirts/DP_tors_armadura_Anim.png" id="1_qj3ua"] -[sub_resource type="AtlasTexture" id="AtlasTexture_40ca8"] +[sub_resource type="AtlasTexture" id="AtlasTexture_qj3ua"] atlas = ExtResource("1_qj3ua") region = Rect2(0, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_b5s42"] +[sub_resource type="AtlasTexture" id="AtlasTexture_40ca8"] atlas = ExtResource("1_qj3ua") region = Rect2(108, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_j1m1d"] +[sub_resource type="AtlasTexture" id="AtlasTexture_b5s42"] atlas = ExtResource("1_qj3ua") region = Rect2(216, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_3ctjs"] +[sub_resource type="AtlasTexture" id="AtlasTexture_j1m1d"] atlas = ExtResource("1_qj3ua") region = Rect2(324, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_s5nje"] +[sub_resource type="AtlasTexture" id="AtlasTexture_3ctjs"] atlas = ExtResource("1_qj3ua") region = Rect2(0, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_8brq5"] +[sub_resource type="AtlasTexture" id="AtlasTexture_s5nje"] atlas = ExtResource("1_qj3ua") region = Rect2(108, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_2tcdn"] +[sub_resource type="AtlasTexture" id="AtlasTexture_8brq5"] atlas = ExtResource("1_qj3ua") region = Rect2(216, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_dlxxp"] +[sub_resource type="AtlasTexture" id="AtlasTexture_2tcdn"] atlas = ExtResource("1_qj3ua") region = Rect2(324, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_526hu"] +[sub_resource type="AtlasTexture" id="AtlasTexture_dlxxp"] atlas = ExtResource("1_qj3ua") region = Rect2(432, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_5b44k"] +[sub_resource type="AtlasTexture" id="AtlasTexture_526hu"] atlas = ExtResource("1_qj3ua") region = Rect2(540, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_q6nmq"] +[sub_resource type="AtlasTexture" id="AtlasTexture_5b44k"] atlas = ExtResource("1_qj3ua") region = Rect2(0, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_cbwm1"] +[sub_resource type="AtlasTexture" id="AtlasTexture_q6nmq"] atlas = ExtResource("1_qj3ua") region = Rect2(108, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_dvtad"] +[sub_resource type="AtlasTexture" id="AtlasTexture_cbwm1"] atlas = ExtResource("1_qj3ua") region = Rect2(216, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_r3tgl"] +[sub_resource type="AtlasTexture" id="AtlasTexture_dvtad"] atlas = ExtResource("1_qj3ua") region = Rect2(324, 108, 108, 108) @@ -62,6 +62,9 @@ region = Rect2(324, 108, 108, 108) animations = [{ "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_qj3ua") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_40ca8") }, { "duration": 1.0, @@ -69,9 +72,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_j1m1d") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_3ctjs") }], "loop": true, "name": &"fly", @@ -79,6 +79,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_3ctjs") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_s5nje") }, { "duration": 1.0, @@ -92,9 +95,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_526hu") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_5b44k") }], "loop": true, "name": &"idle", @@ -102,6 +102,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_5b44k") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_q6nmq") }, { "duration": 1.0, @@ -109,9 +112,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_dvtad") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_r3tgl") }], "loop": true, "name": &"walk", diff --git a/assets/animations/shirts/faixa.tres b/assets/animations/shirts/faixa.tres index a2841a9..1c339a9 100644 --- a/assets/animations/shirts/faixa.tres +++ b/assets/animations/shirts/faixa.tres @@ -1,60 +1,60 @@ -[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://dp47llrsgk3c3"] +[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://10jannrmftdx"] [ext_resource type="Texture2D" uid="uid://ckf8ac7yfrpe8" path="res://assets/sprites/shirts/DP_tors_faixa_Anim.png" id="1_21a7t"] -[sub_resource type="AtlasTexture" id="AtlasTexture_38422"] +[sub_resource type="AtlasTexture" id="AtlasTexture_21a7t"] atlas = ExtResource("1_21a7t") region = Rect2(0, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_2mhq4"] +[sub_resource type="AtlasTexture" id="AtlasTexture_38422"] atlas = ExtResource("1_21a7t") region = Rect2(108, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_td7uk"] +[sub_resource type="AtlasTexture" id="AtlasTexture_2mhq4"] atlas = ExtResource("1_21a7t") region = Rect2(216, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_tm7qa"] +[sub_resource type="AtlasTexture" id="AtlasTexture_td7uk"] atlas = ExtResource("1_21a7t") region = Rect2(324, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_kut48"] +[sub_resource type="AtlasTexture" id="AtlasTexture_tm7qa"] atlas = ExtResource("1_21a7t") region = Rect2(0, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_8fcqq"] +[sub_resource type="AtlasTexture" id="AtlasTexture_kut48"] atlas = ExtResource("1_21a7t") region = Rect2(108, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_ksbs5"] +[sub_resource type="AtlasTexture" id="AtlasTexture_8fcqq"] atlas = ExtResource("1_21a7t") region = Rect2(216, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_4hopx"] +[sub_resource type="AtlasTexture" id="AtlasTexture_ksbs5"] atlas = ExtResource("1_21a7t") region = Rect2(324, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_f06ic"] +[sub_resource type="AtlasTexture" id="AtlasTexture_4hopx"] atlas = ExtResource("1_21a7t") region = Rect2(432, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_7xalm"] +[sub_resource type="AtlasTexture" id="AtlasTexture_f06ic"] atlas = ExtResource("1_21a7t") region = Rect2(540, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_cj6h0"] +[sub_resource type="AtlasTexture" id="AtlasTexture_7xalm"] atlas = ExtResource("1_21a7t") region = Rect2(0, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_nnm3j"] +[sub_resource type="AtlasTexture" id="AtlasTexture_cj6h0"] atlas = ExtResource("1_21a7t") region = Rect2(108, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_fr1fj"] +[sub_resource type="AtlasTexture" id="AtlasTexture_nnm3j"] atlas = ExtResource("1_21a7t") region = Rect2(216, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_xvp2b"] +[sub_resource type="AtlasTexture" id="AtlasTexture_fr1fj"] atlas = ExtResource("1_21a7t") region = Rect2(324, 108, 108, 108) @@ -62,6 +62,9 @@ region = Rect2(324, 108, 108, 108) animations = [{ "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_21a7t") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_38422") }, { "duration": 1.0, @@ -69,9 +72,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_td7uk") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_tm7qa") }], "loop": true, "name": &"fly", @@ -79,6 +79,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_tm7qa") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_kut48") }, { "duration": 1.0, @@ -92,9 +95,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_f06ic") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_7xalm") }], "loop": true, "name": &"idle", @@ -102,6 +102,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_7xalm") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_cj6h0") }, { "duration": 1.0, @@ -109,9 +112,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_fr1fj") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_xvp2b") }], "loop": true, "name": &"walk", diff --git a/assets/animations/shirts/traje.tres b/assets/animations/shirts/traje.tres index a36716c..db13243 100644 --- a/assets/animations/shirts/traje.tres +++ b/assets/animations/shirts/traje.tres @@ -1,28 +1,28 @@ -[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://csm1127xw2qoh"] +[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://dsxhfu2ekw7j"] [ext_resource type="Texture2D" uid="uid://cdum44fqvsa71" path="res://assets/sprites/shirts/DP_tors_traje_Anim.png" id="1_6b0p8"] -[sub_resource type="AtlasTexture" id="AtlasTexture_epv7g"] +[sub_resource type="AtlasTexture" id="AtlasTexture_uyq6w"] atlas = ExtResource("1_6b0p8") region = Rect2(0, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_areka"] +[sub_resource type="AtlasTexture" id="AtlasTexture_6b0p8"] atlas = ExtResource("1_6b0p8") region = Rect2(108, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_n44x0"] +[sub_resource type="AtlasTexture" id="AtlasTexture_epv7g"] atlas = ExtResource("1_6b0p8") region = Rect2(216, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_kt4p1"] +[sub_resource type="AtlasTexture" id="AtlasTexture_areka"] atlas = ExtResource("1_6b0p8") region = Rect2(324, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_uyq6w"] +[sub_resource type="AtlasTexture" id="AtlasTexture_n44x0"] atlas = ExtResource("1_6b0p8") region = Rect2(0, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_6b0p8"] +[sub_resource type="AtlasTexture" id="AtlasTexture_kt4p1"] atlas = ExtResource("1_6b0p8") region = Rect2(108, 0, 108, 108) @@ -62,16 +62,16 @@ region = Rect2(324, 108, 108, 108) animations = [{ "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_uyq6w") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_6b0p8") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_epv7g") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_areka") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_n44x0") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_kt4p1") }], "loop": true, "name": &"fly", @@ -79,10 +79,10 @@ animations = [{ }, { "frames": [{ "duration": 1.0, -"texture": SubResource("AtlasTexture_uyq6w") +"texture": SubResource("AtlasTexture_n44x0") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_6b0p8") +"texture": SubResource("AtlasTexture_kt4p1") }, { "duration": 1.0, "texture": SubResource("AtlasTexture_xicmt") diff --git a/assets/animations/shirts/tutu.tres b/assets/animations/shirts/tutu.tres index cb5fc70..a3678d4 100644 --- a/assets/animations/shirts/tutu.tres +++ b/assets/animations/shirts/tutu.tres @@ -1,60 +1,60 @@ -[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://bbae8y4w7du3j"] +[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://d4jne76ck2l1w"] [ext_resource type="Texture2D" uid="uid://cs2mds1fjgoi0" path="res://assets/sprites/shirts/DP_tors_tutu_Anim.png" id="1_g26hv"] -[sub_resource type="AtlasTexture" id="AtlasTexture_1s6pj"] +[sub_resource type="AtlasTexture" id="AtlasTexture_g26hv"] atlas = ExtResource("1_g26hv") region = Rect2(0, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_nvh52"] +[sub_resource type="AtlasTexture" id="AtlasTexture_1s6pj"] atlas = ExtResource("1_g26hv") region = Rect2(108, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_i40w0"] +[sub_resource type="AtlasTexture" id="AtlasTexture_nvh52"] atlas = ExtResource("1_g26hv") region = Rect2(216, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_mdjac"] +[sub_resource type="AtlasTexture" id="AtlasTexture_i40w0"] atlas = ExtResource("1_g26hv") region = Rect2(324, 216, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_3n6r8"] +[sub_resource type="AtlasTexture" id="AtlasTexture_mdjac"] atlas = ExtResource("1_g26hv") region = Rect2(0, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_lvejb"] +[sub_resource type="AtlasTexture" id="AtlasTexture_3n6r8"] atlas = ExtResource("1_g26hv") region = Rect2(108, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_adymh"] +[sub_resource type="AtlasTexture" id="AtlasTexture_lvejb"] atlas = ExtResource("1_g26hv") region = Rect2(216, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_rdwbh"] +[sub_resource type="AtlasTexture" id="AtlasTexture_adymh"] atlas = ExtResource("1_g26hv") region = Rect2(324, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_kg1pc"] +[sub_resource type="AtlasTexture" id="AtlasTexture_rdwbh"] atlas = ExtResource("1_g26hv") region = Rect2(432, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_y6n83"] +[sub_resource type="AtlasTexture" id="AtlasTexture_kg1pc"] atlas = ExtResource("1_g26hv") region = Rect2(540, 0, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_kty36"] +[sub_resource type="AtlasTexture" id="AtlasTexture_y6n83"] atlas = ExtResource("1_g26hv") region = Rect2(0, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_butvq"] +[sub_resource type="AtlasTexture" id="AtlasTexture_kty36"] atlas = ExtResource("1_g26hv") region = Rect2(108, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_v4jan"] +[sub_resource type="AtlasTexture" id="AtlasTexture_butvq"] atlas = ExtResource("1_g26hv") region = Rect2(216, 108, 108, 108) -[sub_resource type="AtlasTexture" id="AtlasTexture_vto6e"] +[sub_resource type="AtlasTexture" id="AtlasTexture_v4jan"] atlas = ExtResource("1_g26hv") region = Rect2(324, 108, 108, 108) @@ -62,6 +62,9 @@ region = Rect2(324, 108, 108, 108) animations = [{ "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_g26hv") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_1s6pj") }, { "duration": 1.0, @@ -69,9 +72,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_i40w0") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_mdjac") }], "loop": true, "name": &"fly", @@ -79,6 +79,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_mdjac") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_3n6r8") }, { "duration": 1.0, @@ -92,9 +95,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_kg1pc") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_y6n83") }], "loop": true, "name": &"idle", @@ -102,6 +102,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": SubResource("AtlasTexture_y6n83") +}, { +"duration": 1.0, "texture": SubResource("AtlasTexture_kty36") }, { "duration": 1.0, @@ -109,9 +112,6 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_v4jan") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_vto6e") }], "loop": true, "name": &"walk", diff --git a/assets/outfits/decor.tres b/assets/outfits/decor.tres index aced588..33b2c54 100644 --- a/assets/outfits/decor.tres +++ b/assets/outfits/decor.tres @@ -1,8 +1,8 @@ -[gd_resource type="Resource" script_class="DragonOutfit" load_steps=5 format=3 uid="uid://ba5684xylts3f"] +[gd_resource type="Resource" script_class="DragonOutfit" load_steps=5 format=3 uid="uid://dkm7d10c1lp2n"] -[ext_resource type="SpriteFrames" uid="uid://b52ph2qg7ovgc" path="res://assets/animations/decor/escut.tres" id="1_7gbys"] -[ext_resource type="SpriteFrames" uid="uid://d3q17wrt8ii17" path="res://assets/animations/decor/espasa.tres" id="2_igpcj"] -[ext_resource type="SpriteFrames" uid="uid://cjoufnwxcvvf4" path="res://assets/animations/decor/rosa.tres" id="3_wdoma"] +[ext_resource type="SpriteFrames" uid="uid://d02qrwmwvxvw2" path="res://assets/animations/decor/escut.tres" id="1_7gbys"] +[ext_resource type="SpriteFrames" uid="uid://ghqhbf88d1j8" path="res://assets/animations/decor/espasa.tres" id="2_igpcj"] +[ext_resource type="SpriteFrames" uid="uid://c5rqqy7b5ihi5" path="res://assets/animations/decor/rosa.tres" id="3_wdoma"] [ext_resource type="Script" uid="uid://rw26nny160xh" path="res://src/dragon_outfit.gd" id="4_l42ho"] [resource] diff --git a/assets/outfits/dragons.tres b/assets/outfits/dragons.tres index 681af81..08f4be5 100644 --- a/assets/outfits/dragons.tres +++ b/assets/outfits/dragons.tres @@ -1,12 +1,12 @@ -[gd_resource type="Resource" script_class="DragonOutfit" load_steps=8 format=3 uid="uid://bcs60f2k7h0jc"] +[gd_resource type="Resource" script_class="DragonOutfit" load_steps=8 format=3 uid="uid://c03ejnvavmcj5"] -[ext_resource type="SpriteFrames" uid="uid://1yn652crf484" path="res://assets/animations/dragons/blue.tres" id="1_sxi2r"] -[ext_resource type="SpriteFrames" uid="uid://bdri1wjc6eary" path="res://assets/animations/dragons/gray.tres" id="2_7l1b6"] -[ext_resource type="SpriteFrames" uid="uid://4cm7picl2gvs" path="res://assets/animations/dragons/green.tres" id="3_2i6dq"] -[ext_resource type="SpriteFrames" uid="uid://buvaij5fn2jkk" path="res://assets/animations/dragons/orange.tres" id="4_erkm0"] +[ext_resource type="SpriteFrames" uid="uid://duxxw4mfxql3c" path="res://assets/animations/dragons/verd.tres" id="1_sxi2r"] +[ext_resource type="SpriteFrames" uid="uid://bfviwc5qcl6fj" path="res://assets/animations/dragons/blau.tres" id="2_7l1b6"] +[ext_resource type="SpriteFrames" uid="uid://byt01eiqq6set" path="res://assets/animations/dragons/rosa.tres" id="3_2i6dq"] +[ext_resource type="SpriteFrames" uid="uid://eewnnh458hux" path="res://assets/animations/dragons/taronja.tres" id="4_erkm0"] [ext_resource type="Script" uid="uid://rw26nny160xh" path="res://src/dragon_outfit.gd" id="4_sxi2r"] -[ext_resource type="SpriteFrames" uid="uid://chw5o81g1w8qp" path="res://assets/animations/dragons/pink.tres" id="5_waqaf"] -[ext_resource type="SpriteFrames" uid="uid://dmutxyu7jh3d6" path="res://assets/animations/dragons/purple.tres" id="6_236cy"] +[ext_resource type="SpriteFrames" uid="uid://rtlmmehjocac" path="res://assets/animations/dragons/lila.tres" id="5_waqaf"] +[ext_resource type="SpriteFrames" uid="uid://8ooldj4ypfj2" path="res://assets/animations/dragons/gris.tres" id="6_236cy"] [resource] script = ExtResource("4_sxi2r") diff --git a/assets/outfits/hats.tres b/assets/outfits/hats.tres index b8e2c47..cf6dd5c 100644 --- a/assets/outfits/hats.tres +++ b/assets/outfits/hats.tres @@ -1,12 +1,12 @@ -[gd_resource type="Resource" script_class="DragonOutfit" load_steps=8 format=3 uid="uid://cnhwn6kfcbjl5"] +[gd_resource type="Resource" script_class="DragonOutfit" load_steps=8 format=3 uid="uid://x063x858re3f"] [ext_resource type="Script" uid="uid://rw26nny160xh" path="res://src/dragon_outfit.gd" id="1_e7uo0"] -[ext_resource type="SpriteFrames" uid="uid://cwxqw54jvqryh" path="res://assets/animations/hats/barretina.tres" id="1_jhy4n"] -[ext_resource type="SpriteFrames" uid="uid://okcrgispsiyh" path="res://assets/animations/hats/casc.tres" id="2_cmu3h"] -[ext_resource type="SpriteFrames" uid="uid://deujtfpb6uodr" path="res://assets/animations/hats/copa.tres" id="3_330df"] -[ext_resource type="SpriteFrames" uid="uid://b86f546ym6u3s" path="res://assets/animations/hats/corona.tres" id="4_7rdvc"] -[ext_resource type="SpriteFrames" uid="uid://b2sdrkuvpqyhl" path="res://assets/animations/hats/palla.tres" id="5_1scq7"] -[ext_resource type="SpriteFrames" uid="uid://c6ai0r87uhj4s" path="res://assets/animations/hats/princesa.tres" id="6_2f5tc"] +[ext_resource type="SpriteFrames" uid="uid://ccxyplt2t7t6y" path="res://assets/animations/hats/barretina.tres" id="1_jhy4n"] +[ext_resource type="SpriteFrames" uid="uid://ci2is31ratmsd" path="res://assets/animations/hats/casc.tres" id="2_cmu3h"] +[ext_resource type="SpriteFrames" uid="uid://b80fhqafet4su" path="res://assets/animations/hats/copa.tres" id="3_330df"] +[ext_resource type="SpriteFrames" uid="uid://8yggiamdjxiq" path="res://assets/animations/hats/corona.tres" id="4_7rdvc"] +[ext_resource type="SpriteFrames" uid="uid://c0wthowsa1sbt" path="res://assets/animations/hats/palla.tres" id="5_1scq7"] +[ext_resource type="SpriteFrames" uid="uid://uy33g2ifbwnu" path="res://assets/animations/hats/princesa.tres" id="6_2f5tc"] [resource] script = ExtResource("1_e7uo0") diff --git a/assets/outfits/shirts.tres b/assets/outfits/shirts.tres index 4dfd659..93ee53c 100644 --- a/assets/outfits/shirts.tres +++ b/assets/outfits/shirts.tres @@ -1,10 +1,10 @@ -[gd_resource type="Resource" script_class="DragonOutfit" load_steps=6 format=3 uid="uid://etegcak2sphs"] +[gd_resource type="Resource" script_class="DragonOutfit" load_steps=6 format=3 uid="uid://bsydervvb1jpe"] -[ext_resource type="SpriteFrames" uid="uid://b7ojkd0itqcx8" path="res://assets/animations/shirts/armadura.tres" id="1_8ueji"] +[ext_resource type="SpriteFrames" uid="uid://d3oqg43q07hgx" path="res://assets/animations/shirts/armadura.tres" id="1_8ueji"] [ext_resource type="Script" uid="uid://rw26nny160xh" path="res://src/dragon_outfit.gd" id="1_yaxr2"] -[ext_resource type="SpriteFrames" uid="uid://dp47llrsgk3c3" path="res://assets/animations/shirts/faixa.tres" id="2_rue66"] -[ext_resource type="SpriteFrames" uid="uid://csm1127xw2qoh" path="res://assets/animations/shirts/traje.tres" id="3_rq2qf"] -[ext_resource type="SpriteFrames" uid="uid://bbae8y4w7du3j" path="res://assets/animations/shirts/tutu.tres" id="4_tgfck"] +[ext_resource type="SpriteFrames" uid="uid://10jannrmftdx" path="res://assets/animations/shirts/faixa.tres" id="2_rue66"] +[ext_resource type="SpriteFrames" uid="uid://dsxhfu2ekw7j" path="res://assets/animations/shirts/traje.tres" id="3_rq2qf"] +[ext_resource type="SpriteFrames" uid="uid://d4jne76ck2l1w" path="res://assets/animations/shirts/tutu.tres" id="4_tgfck"] [resource] script = ExtResource("1_yaxr2") diff --git a/assets/sprites/decor/DragonPet_acc_escut.png b/assets/sprites/decor/DragonPet_acc_escut.png deleted file mode 100644 index efc20caf3bbddf5a9ba170dc40032c467482d044..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1178 zcmbVLNoW&M7#`@MTD3P<6o%1*MQ2MU%S;=WG>Jx&TGF7wlW%5Tnz5aET3w2VB=tTc&^*|d#%aSkJMaLXgy!7xqK z$`@!Mo6!tn3#g_eRBRW}4AZf^;v%CDQ&z{lmJ{Q?+`7%NmKozVgtAiB?ZhQ(^^k{q zhPv{`P@kci-122?M@0hzHl~QJ*!_;LRbt$jT@CIvvBB!LarEEY7$fBf(vcgM}7F0DwVe5+ncb-|)a*0&k8N6a#iBeY+#d5hU zl!F5CdPP}PRZ$9vfdCI0yg%qrRN)s}SCj=wwC!48W7!*Wk0zC*8jnO(NeV`lNCTU8e2N?cH+);*yN-?i6RUN47*XQo3F&XN zL3fEz;+Kfa27-dbF5X}{CMo-EwHl3woWP#76`LuK*z8!6HER+Aax|)kP_W3WIAZd8 zNC`slut|oj=n+#68whcAy!pS$6M>Xi>y$q_ry+uNtX(Gt0Ui^hgdLb44+iDO#+wIW z$YyqD^2uto3fE8b7d?1xEkNI>lbvDU1%E(>5wWGt@6PV*j9F!q$tK%oH(|5rqCR+M=5BUKX6`t1 z<4*D*{yh1hApR9wp9>8H>{E*mQfms*r#=*-&_W(83Wicd#X^l|H@i_J_~3>6bM8Ig zIo~<=oO2_^fsNhUyBUVrm>)Dtun)nkbaud6+q7^Qwr#Y(LPtrJ)=`L=tV1l!<~=lq zOBgv*$M4}DhUuVgxk4+2A;Tt~fEqeN>;-^kn4SZ1fb4NhSqqQ3eun$!)@_b;oeXy< zS&#}rAFjEB(;*(6E|%@-aa(t|1N+&Y*Z>0_rihKb2|qI84A-=4z`1cPa%@wDj%T=K zQkB98+ebpoYJ$w$k|eR3E;z_Swq@;Q6-kjrNfl+4mn0*h8>-5-1_$m!r)reUT+10q z8LmcYV2EP9UKi>KfrMkCtn0ccDWanAputB|K1DI_N4we1?mAN(njHugP*w%IcOHjoZFm@ZG{H@5LH@ zAx4yhWkM#}WiV1BlteWWuu4LZ*v}5RzC-HK=Z!yF4%x(^djdPTka%n}$%eZM0Xdzv zk|tetCr@-DH|cKg?BzQc_NS!8`#MgU=@m9P)} z6GEfh9}sRplkFH8D)+-a_uHLIS1&FtEiKM&dAvl=?(6DI7$D9+-F*a}yJ)F63Sx6G zqr>rLxV)M-v*q}~lRp-^Pq746ygOzt z+`BGX-1mQd_wAs2=H%Bes_tX;#-7@_dwl?_ zO@8Gb@oxS|ubsbtGxHyM_;=^xzn8~PUnxGCng8aCAGBX@z1%VJ$uUORGPiE-r{^*- NWb*w*bGG-`nb$B)lM?^{ diff --git a/assets/sprites/decor/DragonPet_acc_espasa.png.import b/assets/sprites/decor/DragonPet_acc_espasa.png.import deleted file mode 100644 index fa80534..0000000 --- a/assets/sprites/decor/DragonPet_acc_espasa.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bkiuuvv4kp1oi" -path="res://.godot/imported/DragonPet_acc_espasa.png-0d25074a5e22603702f6057ab57bdfb4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/sprites/decor/DragonPet_acc_espasa.png" -dest_files=["res://.godot/imported/DragonPet_acc_espasa.png-0d25074a5e22603702f6057ab57bdfb4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/assets/sprites/decor/DragonPet_acc_rosa.png b/assets/sprites/decor/DragonPet_acc_rosa.png deleted file mode 100644 index 0173a2dc1fd25d676127f7bd68f8750225ded4b5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1203 zcmbVLU1$_n6duTn1`TaQP-}6R*rK%ab7y9EGef45&FtzzHZHqcT%-l>%-qdRlbJi6 zx#><)gjhk_R1mR+_Ms1Li3$cwOQDnsTAG%oNLx`M_@s#V(5MfBL=e`yo87bz!G~VB z|K~gBJAWS)M)q#(-qy`9%*Nb4vq<-0IxFkC=vwQ!{R!Q+l1zn^aFx_yh?qeKTZqkh za1<30bSB?jKm!cZMci_QRPw{RjXeQ2WrWxZD4Jmg_QV0S#}HvHH0t^W_wc7n9P2s; zcOa3M^1%?Qx%;LS!(h(`5e`%~K9hD~oBo}CuKFkLkm^;R5IZt zouq{jP&<0o!l#q!U}^}+AdyJ{kd@L(N=|EOIgv?cO&}>9Y|f7e^lj9!?NZxqEO;(f z9|{p9I4om4-YJ7Z4HF#IaKOrnAhEj+xW0qy(e7rBR$Mkw=)Q-XY=}L!6=dCAg8=C7 zw-QjP@)}Axyp>QD>O5T}8>m*w0ZAJ|u8nv8Z}3D)N^Dlje=4W*M9Z;xTx|q;S#2fc z)BXu*qm+`yN!nyD6^6?hy8rpgTc>sh*>BzDnNOeoc)1(D|IhZFjYeZ>@#;?cy`B_D zO7z+qOlg1IOCLYanS{zU+zB!{UAE`=w*IuY7&?8 z+K!`dOK&Qt&UIhc%gW~0G6yft{eBiK8`U%0j^A4R`_5-GnXBh!9vqK^$M?VbW`22n dgMZw6i0MDJ@WtUL#x+Wk$z?{&3+Y22JOi2;n}z@Y diff --git a/assets/sprites/decor/DragonPet_acc_rosa.png.import b/assets/sprites/decor/DragonPet_acc_rosa.png.import deleted file mode 100644 index 961d0f3..0000000 --- a/assets/sprites/decor/DragonPet_acc_rosa.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c1b8gp5uf2ehk" -path="res://.godot/imported/DragonPet_acc_rosa.png-1bc66f61f27cc23193c5a9c4de9d2ff3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/sprites/decor/DragonPet_acc_rosa.png" -dest_files=["res://.godot/imported/DragonPet_acc_rosa.png-1bc66f61f27cc23193c5a9c4de9d2ff3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/assets/sprites/hats/DragonPet_barret_barretina.png b/assets/sprites/hats/DragonPet_barret_barretina.png deleted file mode 100644 index 9a68f8c5f4c2b044552931a390be70f50f4a0de8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1161 zcmbVLPe>F|7@x4Hq`X9CQZ$Sa3eCTr*`1xqP1M=VCD)d9p*>Y^X5PA!&b)Ev*{nts zMTa5~Dm{4V*2NNnF43VnL1`~Ka?51iQD z*xE=@)b4DbULbovnWY^KWUVxPzDu_KI9e;F_9N!UX)ou&?HrpWx6&PV$Qe9T0zg$jFDT4sbK7BJRgQ3 z7fKxRhj>v{RbGhku^3Av*kIhnpvt;ITU~<=1Jk!XY$KPBGy(&S;S@utuKD12x!k&9 zH>gF5#Eh>3j~6+Ccbv$vRp|g1;2#VpfTSh2`RVL!6bN_8;S%88|{>D zldOOd9hqYeba7TsG31A{Y)ey(xCqUJ!6r>0vWb`+XMq9BtdfXZ2`gbhD9Uv`8{xY% zvY3`Ksu)izqL>j>C9U?z$zDb3QIfipsbjNlfPrhmx^0`-u3?j#Vzpi$0*w43LL>Du z$X5_XK?QkqOyUH({j}{`C=5EH9Id&mL*Kptt&EQxdNs(Jy#WC+nKa@+Dzhq7EY^t2 z5^k{5pGY}I$Mr@am-SYHF6keiG|JH2xzl{GVNXj-ODWbLJ`rp*HQSQhw@@6t^tEi< z9(u!k)E-Ex(Dm!#{Gs#HTV}_Cm(%C>HlO`I{{Gu?-?Pat`CFfM?)qme&UZYg?q#Na T+@E>aPAE{>^ngCsbMESI6g+tj diff --git a/assets/sprites/hats/DragonPet_barret_barretina.png.import b/assets/sprites/hats/DragonPet_barret_barretina.png.import deleted file mode 100644 index 37e5489..0000000 --- a/assets/sprites/hats/DragonPet_barret_barretina.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://12fv5nymaljj" -path="res://.godot/imported/DragonPet_barret_barretina.png-c34714d149520b48d66d5ee32f5868c1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/sprites/hats/DragonPet_barret_barretina.png" -dest_files=["res://.godot/imported/DragonPet_barret_barretina.png-c34714d149520b48d66d5ee32f5868c1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/assets/sprites/hats/DragonPet_barret_casc.png b/assets/sprites/hats/DragonPet_barret_casc.png deleted file mode 100644 index 200302344642680f89e0534677e78316d2572e44..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1220 zcmbVLU1$_n6dusFCd8Ij#Qs=%nG|c$`P-e@*%`CZ&CW&_vTM3o%}{*s&dlBHG&^&r zGdI~ud^2rB8!7ZhsYOv}pQK1$#DbzmBO(gc7aznvh?G89DA*S%NP2g(oAx32&tFRJ=j*CKv0Tvo_{S5o(h082( zoeVpw6vbkYLp68LbcjZ#OBH*1+}0d+XFuqRb!xyv1cKPB`;i`J*p^+L?wi*F3tB2< zJi{)NGK<3?heHHZUgB&~6oIPo4z!?cS=&KEOh|$#3zE!Lh1;yfuVLxhTisnp+VIWAnD0p5ou$Fd2%IIGjt7=D;sQ?LO6yb@`rXN!6 z?SN_Wp6{rsNZIInLzn&vtQ**#@Q_amMuw#?yyH5$W+@V~Qx=!Dp~R&Uvcf?NRXH`K zI4LJ(AtcEiJFDTdxqM!gL_<=jkOoCtG9hM4)e@j&GOxZew%L z#p<~bL4v~y#`R7a4A(HhQ4I$mk>o|Nb=378+=$+9{?T&C1`6FtlbvR3rlQej`h_)nKsw1Ur2-!B?`M=2%C@G;?DgUXQ&J``k=60nK=wYRm zkWc$3q>YmOezKo7*;~Uyl{}T#Z(aT7*jJA?zq>A}KmFq9($dn*jxM@R^=mKE=Ppt% zjnHFjFe7{8*XZS$f|0Gn_y4%J&^@!OXYDVA)a0`z!Jj4G!c6)6*VlU13V$C2{M>{E z>KC7slpgcgz4VO-C(Uy2?i2HiA3i=gcX!9Bee>IoFCIVlO#O^|^{1B(JiYs#b>-2< zWGUSAxYltKJw1*KaXDPfB0no!lhSE x{WW^{kofE7PrEj38Tw9yS3hZQF7&*7v3@0dvs1Jq=@xqdvwCN>bb#zPXifb)hbwwC@lANw_OHNGAY*$~L zh$8qRiq0o}5X3v8An3ys^1yLKv!J$NAJ^5_5l|NC#Jvzc9O zts7ezhG|RnYB_rL(XX(wh3=)*AI{Tb14$G}KQ59o^biv_v5wf34Tn$;L38Zz6zXJ{ z7GmWKq>%1Y4QvarrXy5rm!cV_v#a7lV;B)uM?;nqe(pk0#dx(t) z5^n$i*oY#SP=|)Dcd!8vkVGJhlFS331{GD7*~a3iJI^etIW5_6Mqe?mM2M@3V!2!v z%0U5pL!zW8iU@!^0R;-QX;d?Xw)!)91VNRpd&7Q%N+ z(PRiIkLB>y*DbrzxWCSi8;-0)5Pn5_0JLcyv%cK3}?@ z4%ymlUp_(4l|i)?A3b;B?63NYzf#sw>2i|G^w$N<{mHA7R8mc8@qFd|mpAd&V_?;? z>DQlr-o3SC{q@1#2b&*Fyqk@eQZo}1?>uw)p|a-lz_*KUZa@1z{q)H{>ttrha)zHd U8u!I3$0-XYmB?s!x(^=z4F+e1>;M1& diff --git a/assets/sprites/hats/DragonPet_barret_copa.png.import b/assets/sprites/hats/DragonPet_barret_copa.png.import deleted file mode 100644 index 456f209..0000000 --- a/assets/sprites/hats/DragonPet_barret_copa.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dy46ipxh5g5up" -path="res://.godot/imported/DragonPet_barret_copa.png-b8b5d7726989033eea7ee43edb9fd8c0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/sprites/hats/DragonPet_barret_copa.png" -dest_files=["res://.godot/imported/DragonPet_barret_copa.png-b8b5d7726989033eea7ee43edb9fd8c0.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/assets/sprites/hats/DragonPet_barret_corona.png b/assets/sprites/hats/DragonPet_barret_corona.png deleted file mode 100644 index c4679155ea57aefebefaaa5d3a858592580ac8b4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1171 zcmbVLO=#3W6iyNUYAd3m)GCCiP{I7|ZZ@0PwbV_jE8T6`E_4M2C&_F#Y?Fz})J=OT zEr^03iiigf3f=^7En*Q5LZRqEK@W-^Jc(B6QNhDH+3r?_;=u>W%)EKud*6HW-j(6} z$0AavJR53v}FVNSGIq=NtQ0Gm+%NG;~MZG)o&pK(pd+L!2$%<;?WUQPg{KT{TWMxg$_Y6y11t8a zDIbnZ<%{N2)l@8|?>OBXs>Fcjno~9yA!3zU^Tfxpd?a7-#~g8A5e62gl3h z)*QP*vr?pHd3|MC6q+}(nqyeFrX!%(W z-=B($nT(={k}iwlfS@E(k}jUmwWJ)A6nPDsbps4s6SiX8Bz6;<`X^S+_z+;^7ZDn7 zwZU)&VH8x5N5|rvK=+K=u7zsBk?4(9Q`VqwUxe0xj~u#DWYu1WfS5`d5{Q>s1H4GPTbq|ZJlXyI?HQr%)6E+jAI!}yFU=gNegPHz@V5EWo38dz9e>IA^>fp0 X)M(d|(tUa1J|RJ6^}P1*#QB+Dl#7EK diff --git a/assets/sprites/hats/DragonPet_barret_corona.png.import b/assets/sprites/hats/DragonPet_barret_corona.png.import deleted file mode 100644 index 5944770..0000000 --- a/assets/sprites/hats/DragonPet_barret_corona.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ct4ilf6g8fe44" -path="res://.godot/imported/DragonPet_barret_corona.png-443cfb9afeb5411eb2422ba84b8d2355.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/sprites/hats/DragonPet_barret_corona.png" -dest_files=["res://.godot/imported/DragonPet_barret_corona.png-443cfb9afeb5411eb2422ba84b8d2355.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/assets/sprites/hats/DragonPet_barret_palla.png b/assets/sprites/hats/DragonPet_barret_palla.png deleted file mode 100644 index 715b054efa656975c494e51dd63b6a2eb856d4f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1176 zcmbVLU5FD`6dt?cZ}p+YVnuNrrCopK=O&X$GP|klW|A5<*~V$+sBr+AS#J{l1Kay7Q(+^t${IKz+<;9@!slFE zBPD|E)`6>}pW}L%Q?9T|A+KB1m2lfeYPvq4Ij(5h4!-b@Lzeswsv)w00Pny}H7 zFh{CVDDr6<5I!y;(NYwJk0&J?o7ghV9ehNIAX!mmq>757N0Yj$@*NQ%TwquAl9BBM zgIh|dGv@2E+-NkUMpU9fO-9LNQdS~zBqD-^7`8lyo1zzP?s_mtXa$bX9P06HkJzN+ zEF}Qdxg1=-P?&e@g`G-4&EzKbWh5!G>$Ve{wGLT{yri+9by#lsL@tq#jt3SzNOf}; z48?nWptd2f(LV_scojTmP;1;J9?Kai0scs~W9vyXhKQw^V#2~m)FNt3#3reVaV=(R zwq_E7)UKa}@PkpqNTW;)#WHb(vdZ89N*LLwYNWGSP0b{_*qj$K>{+B6+kw~}tomB4 zo(>3RG$>O#)@_4goiZBMsn18ElEU}yaXgzg!maH$noHRrf%6%$vjKJa*&^%C0t8SZ zVa9N@Dke$X7R{I%h2&vTETo!o8)+8CLI-cZY4KzrCAT}}mCos^pdH)C`9Xlo{3sC* z<|lwbxu8vNf+1T|%$G9{PQ44qJ2ULw`Yq2!-#OB^d}e0mtEa8+LA#WdhDYEE!mS(X z$%5)w&KM{+|God`!0ONWw~ZUZ&1W0;?moT6TRh}Hs$Cme(tG9Z+C@De2fsMF{qV)X z%GW3U_y3#9U!9!(-I_XA{OwYCWdARHZ}qMG`Mur;Cr{s;JpRw6%iE4VUpk$CvgnMd zWslvSnEdXqHNXCN`7yr!DLV8aOyx_N`swcv&T}p2+vT;}KWqR-TrM+goEqHs(bo4R5l!3%92Cn%;kGiP>ZFEeJ1n@rX$X4kOUl9hPLnVGZMX)<%h znG<)Dho-cG7ZlN`4?g))C^Q67U(|=DwIII42fdWs9H*IcW7$%(U(F*kJrC(`Hi0+kje_W);CemFZ{kTl3&_hhx#5!WL zHXKF;1kLfI_fb2;gosrvky5T#HLxwfKt`z9E=4m;dq>TM#t0&;j)pBK#r<>V2adJO z6gLpdft=fgDpt>ghx#Y-MPp*bP)x34H``uQsRA1j$kyyp$5(49Zc(pF?*Uun*hLXC zlH!(}D&_jvF6<#TAxOLd0ALe}U_u=ly1tW*fQTdlS(IcR05z(pvdq>ON6mR=SuJRp zx-m+nxC$YzDvH%=Rj5V<>Oq9`JWh>-|SC3t__A+W|ferrR6hJ3@bTw-B|4KzX> zkC7BdU0sU7c5}I9#g1Rk6wR4fgRUqEK(y^3utjN~6wv=}tSIdl$6X{AkdMbagBGOR z+5pq!z1vVANWD?_dlsz<9M!NfW+R7WwG>BR1k*BAMUP3yi0gdPfD#{%$T1%3sLUtg zF*9z)b%Z3jp=Tw0I-S%yfviZe?t~;|fRdEc8c4@uAk!6%Czi2U$0yJ+P{X!GZP&5M zcVg8p4?%*xBF3YQHt4Hhg8d41*+^6X?2ZA;F>%#z3u?3!vW7hC7&0>+w%NrbtJVq* zNXeuggV8dtpoGcmF*!BDML$oEr{ zE@tz-P=>N*vRb-Wd-C_A^t!LWnpLx(f4?w!{oCW;Z5WiVp7_m}%6ESF!DHu}%Qoow z>G*-c%&m{tmcF>z`{%^A;i1k?1};6kfu*4yEhMoUnTZ7A9D^^;RlhH xv%h*T248yDs#`N>HcI->CqHVfUs7|zEc5vAR7>>i@4=sm$#&7OHwJqPDpvNO5TOlL3N*d5dOwz&z zV)G6hLnQ>Q$)lg6L52wtyIdia!jNuaM}RGi&~!Y?W|+Z!O%Iymh_D74v)u&u%g6H^ zYg-BKNVEV7UK-Wx{Zl>~nHnyeQ{$#)ar^eNgH4?pa1eoP)2X|G-b`?9yE>IyYLR2x z5HgZynZvp_=m?l`zfTm&WW@R8tB2Yw0;Q`Pinyx5pXK~b>Z&meD zCf9LBZwanOh^LEUqtOr=5dr&SqNHh>2xL)~d5YkJNteJT?*`$ng$xQz-}Z=&UAAQr z8hC;vI2!6|4vtqStQmHLPNitg#3uAaNdThbv=VEh15!f&hOsU>C{KDwETI5T_$Gaj zYPd_L#k;$s7LZ1xAM|bdDzKix=7fV>lFuYK`bV&AOV^C3giO`o<0h1NRaT-rG*Fd~ zsZmR{R0APN>DpP3pUP#`TsEmm(QHhTav-H?sgxX#B;}NvRN|n^&AS1Cu8F$7ZR)$j zjo+24r+owo_RAR8yKPXcVSHPR~P`-V7;W!<#t;L~o_R7K~D!%p3n>`VIWpxdmx=vO1k<#!;Tfuxd|K2>+ zT*+sW<>vLD7B6nO%x(&OwR3i5WeK95bLmG5;aB_rTuh&|`gYy<-I(r`jL%+vD4d(2 z!t=*&J#h_O+iQd+;epWO;i|Kv$ zvBRHy*Z1&qrTMGHquV|>1}~4^*!_j{;N0mSx4)G9W?uTS4r7WZ6*Z_kX}1UH}j zL%nn9(ClwZZ~T40pWRXa`G@6;8|ts+c6@o^+1m2x^46s@)3?tTW_srq2Jh`<=B69( U9(;ep9-0u7&kkqKrbb`<2a<57*#H0l diff --git a/assets/sprites/shirts/DragonPet_roba_armadura.png.import b/assets/sprites/shirts/DragonPet_roba_armadura.png.import deleted file mode 100644 index 5f555ea..0000000 --- a/assets/sprites/shirts/DragonPet_roba_armadura.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cs0ke244c33t2" -path="res://.godot/imported/DragonPet_roba_armadura.png-3cad0d14b8ca1ac4914a907d8acf7ec5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/sprites/shirts/DragonPet_roba_armadura.png" -dest_files=["res://.godot/imported/DragonPet_roba_armadura.png-3cad0d14b8ca1ac4914a907d8acf7ec5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/assets/sprites/shirts/DragonPet_roba_faixa.png b/assets/sprites/shirts/DragonPet_roba_faixa.png deleted file mode 100644 index ac8e59fff14352008b68fb68d0abfc1a82a4bab6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1209 zcmbVLTWB0r7#>)~8gdb_(gq2KiBN^kZD)2jGiHsOon5=_ZrpAbvoFe?GjldOBr|6+ zbCTUe#Y>;`L8w#+2qJ=55KCJyh4i69rB(E$r43pNQi_(U5X_5$=z2EUjd=)p@W7nQ zKmYgt-+z0%IPrX6&tMP7aecWXW{I77_Eq*p*k13ybBY}YX{JIaNsTsOfVq@S5C%CH zPU8}W_Tt<(c$DKJ)G1eJrI0r);)<}XBQ{;1p*e1Jtm#8*22+6WwBsfD^^2Ey;Mhri zDprsSej3-EBTE6ET$(6bOEZ>k^JC9~(Wb!+xR^rFbZ5QLXeRkhy9T?r#S#xTRp?BT z-y&5h6hWE<7$ihRuw+>V30<@yf)+xDK~#<^lB`LJCdjg(>V~F)&f=N7z^)l3Guv^- zUP-=Asc%S9qtOr>sz`!qNzrv(lA}^IDliQpT=Xbx3SKzewP51V3LKw0!~<=M5RrMB zj95?+;!!OoK!j^TA|A8j zb{t`>Xk9zI;nSL~sA(;u#4-s*$;#s?Ma^htMpH*psjR+@&3Pe(o`t)<9p<}(HTT3C z=>S7Yf-)hq-8LxJ2_<2j_#mo^GI(mr@odrvpKjM^D`XP~&H}cx0dc`*k_~4U0?Nn; zib1s|=r~~uD5j|_c(%!wqM?MX#4QN<4&MI1$&(ld_OR_qpTa=l&Qw|3Cq+p1psn_;`!ZyB}QpX!*m)vFeU>XZgn3 z<;RZ31`-46=^LZBd-Gp`PpGoOeocSl z&E>DZc;x7}f4z4VC4YM9baj2XzuI^B!qBwdI(zd$w6rp~F!x#YO5edRtKY@-AFul2 hl`-MKf$!amT!cHcaq{yQO@}bbTrM+Vo*A#c^)G`_mWTiV diff --git a/assets/sprites/shirts/DragonPet_roba_faixa.png.import b/assets/sprites/shirts/DragonPet_roba_faixa.png.import deleted file mode 100644 index ffc41e3..0000000 --- a/assets/sprites/shirts/DragonPet_roba_faixa.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d13xg46q5a7as" -path="res://.godot/imported/DragonPet_roba_faixa.png-f4a3eade65583caa1723ed9730e5fa27.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/sprites/shirts/DragonPet_roba_faixa.png" -dest_files=["res://.godot/imported/DragonPet_roba_faixa.png-f4a3eade65583caa1723ed9730e5fa27.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/assets/sprites/shirts/DragonPet_roba_traje.png b/assets/sprites/shirts/DragonPet_roba_traje.png deleted file mode 100644 index 0e54ef55b24bffb402094eb10609f9ae56f2864d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1195 zcmbVLPiPcZ7@ssfgqQ?+k+u*z9W7LGX5ReU-5GX`CbO$scGq;X;EEo6^X6@Kn#{a$ z=EdElJ;Vm2wI}fp=1_X7hZdCLr69q!_y;cy6cnpaD5VsNr58~zx_y)E#vXzPAH4Uz z?|a|x`}e-@^U2D-;lZ~DIgT4H?zgM#F0ox7=x1khkIvZ9LsSej|+I^SIaa~HV{t7;dz z&KQ>ynv{l?EVo)MsijFInwAyQG-aU5swy%KF`f@7Y>Pp>t!Kf;F^as9dL-Zzi_jr+ zG$*i7*K_d0a(TmW5O*uZY9_Z~C@T_>eLqQTO*^Jl{347^wd2}+h~+Ad$y|ikhcveJ zz^r&Lca$iyXsiQ~$9@IQ+62w{IG{y4C$JaE^<2wz3W~P z*!)CnP`3PVpRgf&bFx&+4`>!6&zwI!NIvd#IzPX6@d*;az292@LJ|@WJq(&(oJq6zt{fqVh}U@X73spZeSt(AWQBT^*ge zy!B$|`WNA$3m?slo;qgUE9Ji*D&3jAxbx_(J)f+6P=BX-`o_0Q{^48yJox*{lU>J0 zmVW(g`Oc3wQEK(^HxR9&XMNXqZ(puIdhNvM<*zD*lkaZ%WA%-pp@%o_9a!w+zLdWH T?(E|0Nj6+DU$HNZAN}+{OWcn& diff --git a/assets/sprites/shirts/DragonPet_roba_traje.png.import b/assets/sprites/shirts/DragonPet_roba_traje.png.import deleted file mode 100644 index 9e92bf8..0000000 --- a/assets/sprites/shirts/DragonPet_roba_traje.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b3xnii6r00hol" -path="res://.godot/imported/DragonPet_roba_traje.png-7284413a39a408ef2e8aaceab10af027.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/sprites/shirts/DragonPet_roba_traje.png" -dest_files=["res://.godot/imported/DragonPet_roba_traje.png-7284413a39a408ef2e8aaceab10af027.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/assets/sprites/shirts/DragonPet_roba_tutu.png b/assets/sprites/shirts/DragonPet_roba_tutu.png deleted file mode 100644 index 17e0401c8d49c3d4623c03b9f4bd37855a740870..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1186 zcmbVLUuYCZ7~fVX61^gVH7e+`K~T)@&fe|)*(KLB$=>NkafFI$=WyWq5konyfHp(C??nbHQN@b)PRi$WCMG|@zo&7E!kD+z4k0}?2-x@ zPIAkn3fVrk3wwx-3leVt0NA)9m{5m?uD7yb5SBzBi;~O(phgr`mf8B^s5{RrsyQuP zcSfZoS0cn!MX_8i3+0G_y&+Lj6h#DKF&yTp2JcrK0t4RhTN)NLT(RWo6W8mcKmv#XwJj{x}qci(Y9-WEou8Chu+axRol;3TqNd@k4HU&7NpqH z0Mq1s+)+)DvQc|Ii&h1WXxJFFkwY?ClB0hF(=t^>k4ngh>3qU~5+4i8Q6B23$j4(* zGiJtgge19PXEl7MmWU|nbWDn-;*yjG9jORNYq3rcmb(%uMQLC&j!&RtpoVXY`mST6 zAH}L&9)bjWd5lLIZO~W31p6iIvf+pT*j~xyx9-jFJWQoGXQ$Ri)M~YQ?5=Wy%3qLNPd^o_Rpyu3 znOXWWnbA7(!QcP<(b4oPSg#$}f9YxUw;whfzaM(^+4RZ(hu}}Izgc%-VOZbV{Neg* zhw<;j`%hYazkK@E&EAQHy|=gRxz>An8zkM;?>U{tC!NCX5?`@wtdog|83jKLyp>h>G))%MSUwt*mOe}t*p Lsz>{=bMVAld((_& diff --git a/assets/sprites/shirts/DragonPet_roba_tutu.png.import b/assets/sprites/shirts/DragonPet_roba_tutu.png.import deleted file mode 100644 index d462060..0000000 --- a/assets/sprites/shirts/DragonPet_roba_tutu.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bhfmyrxor0fli" -path="res://.godot/imported/DragonPet_roba_tutu.png-96d7fba9f8e4327bed40a9599fea1b10.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/sprites/shirts/DragonPet_roba_tutu.png" -dest_files=["res://.godot/imported/DragonPet_roba_tutu.png-96d7fba9f8e4327bed40a9599fea1b10.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/scenes/dragon_editor/dragon_editor.tscn b/scenes/dragon_editor/dragon_editor.tscn index b7a01c3..6394f94 100644 --- a/scenes/dragon_editor/dragon_editor.tscn +++ b/scenes/dragon_editor/dragon_editor.tscn @@ -1,23 +1,1104 @@ -[gd_scene load_steps=23 format=3 uid="uid://fut42ruut302"] +[gd_scene load_steps=169 format=3 uid="uid://fut42ruut302"] [ext_resource type="Script" uid="uid://bfuos2kgfgber" path="res://scenes/dragon_editor/dragon_editor.gd" id="1_8vkll"] -[ext_resource type="Resource" uid="uid://cnhwn6kfcbjl5" path="res://assets/outfits/hats.tres" id="2_vvtct"] -[ext_resource type="Resource" uid="uid://etegcak2sphs" path="res://assets/outfits/shirts.tres" id="3_xhgxf"] -[ext_resource type="Resource" uid="uid://ba5684xylts3f" path="res://assets/outfits/decor.tres" id="4_1ivi1"] -[ext_resource type="Resource" uid="uid://bcs60f2k7h0jc" path="res://assets/outfits/dragons.tres" id="5_1ivi1"] -[ext_resource type="Texture2D" uid="uid://12fv5nymaljj" path="res://assets/sprites/hats/DragonPet_barret_barretina.png" id="6_1ivi1"] +[ext_resource type="SpriteFrames" uid="uid://ccxyplt2t7t6y" path="res://assets/animations/hats/barretina.tres" id="2_aystc"] +[ext_resource type="Script" uid="uid://rw26nny160xh" path="res://src/dragon_outfit.gd" id="3_x0448"] +[ext_resource type="Texture2D" uid="uid://c7nmelv0lx3i3" path="res://assets/sprites/decor/DP_acc_escut_Anim.png" id="4_aystc"] +[ext_resource type="Texture2D" uid="uid://drnel2cjwf5dr" path="res://assets/sprites/decor/DP_acc_espasa_Anim.png" id="5_x0448"] +[ext_resource type="Texture2D" uid="uid://dbbcv076jh4ep" path="res://assets/sprites/decor/DP_acc_rosa_Anim.png" id="6_hukd7"] [ext_resource type="Texture2D" uid="uid://dceoy4417v83e" path="res://assets/sprites/ui/DP_UI_CharCreation_BG.png" id="6_udwtk"] [ext_resource type="Script" uid="uid://dxl7onk7x6h8b" path="res://src/draggable.gd" id="7_1vw8k"] -[ext_resource type="Texture2D" uid="uid://cs0ke244c33t2" path="res://assets/sprites/shirts/DragonPet_roba_armadura.png" id="7_giwys"] +[ext_resource type="Texture2D" uid="uid://clp02nlyac2g8" path="res://assets/sprites/dragons/DP_drac02_Anim.png" id="7_6eo4l"] [ext_resource type="Texture2D" uid="uid://bu5xa7tgfk3h3" path="res://assets/sprites/ui/DP_UI_Buttons01.png" id="7_qppok"] +[ext_resource type="Texture2D" uid="uid://c0ix7r57l1swx" path="res://assets/sprites/dragons/DP_drac06_Anim.png" id="8_c4sli"] [ext_resource type="Texture2D" uid="uid://bgpbbkmwt8ysq" path="res://assets/sprites/ui/DP_UI_Button_Text.png" id="8_ofxsr"] -[ext_resource type="Texture2D" uid="uid://onajhbpjtnil" path="res://assets/sprites/decor/DragonPet_acc_escut.png" id="8_udwtk"] [ext_resource type="Script" uid="uid://mhudiyt5gnt1" path="res://scenes/dragon_editor/line_edit.gd" id="9_xhgxf"] +[ext_resource type="Texture2D" uid="uid://f4c3ib4p7gcy" path="res://assets/sprites/dragons/DP_drac01_Anim.png" id="9_xxrn0"] +[ext_resource type="Texture2D" uid="uid://blej4jyd3oup1" path="res://assets/sprites/dragons/DP_drac04_Anim.png" id="10_q2c4g"] +[ext_resource type="Texture2D" uid="uid://ig3pbqrpnm7u" path="res://assets/sprites/dragons/DP_drac03_Anim.png" id="11_tjfw2"] +[ext_resource type="Texture2D" uid="uid://d21m7gvjn7t2w" path="res://assets/sprites/dragons/DP_drac05_Anim.png" id="12_53w5y"] [ext_resource type="Texture2D" uid="uid://bdrm1nxydvf5t" path="res://assets/sprites/ui/DP_UI_Label_Big.png" id="12_qppok"] [ext_resource type="StyleBox" uid="uid://bhe580k04w6ve" path="res://assets/styles/style_box_empty.tres" id="14_bh8dj"] +[sub_resource type="Resource" id="Resource_nlx3a"] +script = ExtResource("3_x0448") +allow_null = true +outfits = Array[SpriteFrames]([ExtResource("2_aystc")]) +metadata/_custom_type_script = "uid://rw26nny160xh" + +[sub_resource type="Resource" id="Resource_1dq4x"] +script = ExtResource("3_x0448") +allow_null = true +outfits = Array[SpriteFrames]([ExtResource("2_aystc")]) +metadata/_custom_type_script = "uid://rw26nny160xh" + +[sub_resource type="AtlasTexture" id="AtlasTexture_n1vju"] +atlas = ExtResource("4_aystc") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_m1nfd"] +atlas = ExtResource("4_aystc") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_3fnsk"] +atlas = ExtResource("4_aystc") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_njuvk"] +atlas = ExtResource("4_aystc") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_mq26c"] +atlas = ExtResource("4_aystc") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_p6fb4"] +atlas = ExtResource("4_aystc") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_fwa0p"] +atlas = ExtResource("4_aystc") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_26ptf"] +atlas = ExtResource("4_aystc") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_amy8y"] +atlas = ExtResource("4_aystc") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_knwp6"] +atlas = ExtResource("4_aystc") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_yfy00"] +atlas = ExtResource("4_aystc") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_bnccx"] +atlas = ExtResource("4_aystc") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_hc8ch"] +atlas = ExtResource("4_aystc") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_0nuxw"] +atlas = ExtResource("4_aystc") +region = Rect2(324, 108, 108, 108) + +[sub_resource type="SpriteFrames" id="SpriteFrames_gqmmt"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_n1vju") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_m1nfd") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_3fnsk") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_njuvk") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_mq26c") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_p6fb4") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_fwa0p") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_26ptf") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_amy8y") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_knwp6") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_yfy00") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_bnccx") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_hc8ch") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_0nuxw") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] + +[sub_resource type="AtlasTexture" id="AtlasTexture_qwppa"] +atlas = ExtResource("5_x0448") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_1uixo"] +atlas = ExtResource("5_x0448") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_xccp0"] +atlas = ExtResource("5_x0448") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_nyede"] +atlas = ExtResource("5_x0448") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_cxse4"] +atlas = ExtResource("5_x0448") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_edjcl"] +atlas = ExtResource("5_x0448") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_jhak8"] +atlas = ExtResource("5_x0448") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_t2351"] +atlas = ExtResource("5_x0448") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_uw07h"] +atlas = ExtResource("5_x0448") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_xcrai"] +atlas = ExtResource("5_x0448") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_tywya"] +atlas = ExtResource("5_x0448") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_7pu4u"] +atlas = ExtResource("5_x0448") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_i1w1o"] +atlas = ExtResource("5_x0448") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_xsi0i"] +atlas = ExtResource("5_x0448") +region = Rect2(324, 108, 108, 108) + +[sub_resource type="SpriteFrames" id="SpriteFrames_yc10j"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_qwppa") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_1uixo") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_xccp0") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_nyede") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_cxse4") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_edjcl") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_jhak8") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_t2351") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_uw07h") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_xcrai") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_tywya") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_7pu4u") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_i1w1o") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_xsi0i") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] + +[sub_resource type="AtlasTexture" id="AtlasTexture_ifv4k"] +atlas = ExtResource("6_hukd7") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_uera2"] +atlas = ExtResource("6_hukd7") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_0q8tn"] +atlas = ExtResource("6_hukd7") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_f2bes"] +atlas = ExtResource("6_hukd7") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_albls"] +atlas = ExtResource("6_hukd7") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_mlrdx"] +atlas = ExtResource("6_hukd7") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_dipuj"] +atlas = ExtResource("6_hukd7") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_d0xss"] +atlas = ExtResource("6_hukd7") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_mpdbr"] +atlas = ExtResource("6_hukd7") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_dy3ut"] +atlas = ExtResource("6_hukd7") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_gi66g"] +atlas = ExtResource("6_hukd7") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_am77p"] +atlas = ExtResource("6_hukd7") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_asxml"] +atlas = ExtResource("6_hukd7") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_pral7"] +atlas = ExtResource("6_hukd7") +region = Rect2(324, 108, 108, 108) + +[sub_resource type="SpriteFrames" id="SpriteFrames_rhebu"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_ifv4k") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_uera2") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_0q8tn") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_f2bes") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_albls") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_mlrdx") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_dipuj") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_d0xss") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_mpdbr") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_dy3ut") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_gi66g") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_am77p") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_asxml") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_pral7") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] + +[sub_resource type="Resource" id="Resource_if2jb"] +script = ExtResource("3_x0448") +allow_null = true +outfits = Array[SpriteFrames]([SubResource("SpriteFrames_gqmmt"), SubResource("SpriteFrames_yc10j"), SubResource("SpriteFrames_rhebu")]) +metadata/_custom_type_script = "uid://rw26nny160xh" + +[sub_resource type="AtlasTexture" id="AtlasTexture_mmj1o"] +atlas = ExtResource("7_6eo4l") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_biwbj"] +atlas = ExtResource("7_6eo4l") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_e86o5"] +atlas = ExtResource("7_6eo4l") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_5exht"] +atlas = ExtResource("7_6eo4l") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_62vta"] +atlas = ExtResource("7_6eo4l") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ijluj"] +atlas = ExtResource("7_6eo4l") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_t186t"] +atlas = ExtResource("7_6eo4l") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_iei0t"] +atlas = ExtResource("7_6eo4l") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_u1l6v"] +atlas = ExtResource("7_6eo4l") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_bk2js"] +atlas = ExtResource("7_6eo4l") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_11k2n"] +atlas = ExtResource("7_6eo4l") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_m3pae"] +atlas = ExtResource("7_6eo4l") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_wfq62"] +atlas = ExtResource("7_6eo4l") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_0yic0"] +atlas = ExtResource("7_6eo4l") +region = Rect2(324, 108, 108, 108) + +[sub_resource type="SpriteFrames" id="SpriteFrames_0hqgm"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_mmj1o") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_biwbj") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_e86o5") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_5exht") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_62vta") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ijluj") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_t186t") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_iei0t") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_u1l6v") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_bk2js") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_11k2n") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_m3pae") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_wfq62") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_0yic0") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] + +[sub_resource type="AtlasTexture" id="AtlasTexture_vs0c3"] +atlas = ExtResource("8_c4sli") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_wiled"] +atlas = ExtResource("8_c4sli") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_3qimm"] +atlas = ExtResource("8_c4sli") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_pgupe"] +atlas = ExtResource("8_c4sli") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_nmisb"] +atlas = ExtResource("8_c4sli") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ply4o"] +atlas = ExtResource("8_c4sli") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_uldnr"] +atlas = ExtResource("8_c4sli") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_cuv31"] +atlas = ExtResource("8_c4sli") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_68pbo"] +atlas = ExtResource("8_c4sli") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_sh07d"] +atlas = ExtResource("8_c4sli") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_qc1gi"] +atlas = ExtResource("8_c4sli") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_58c6e"] +atlas = ExtResource("8_c4sli") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_lvnxr"] +atlas = ExtResource("8_c4sli") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_6ndl6"] +atlas = ExtResource("8_c4sli") +region = Rect2(324, 108, 108, 108) + +[sub_resource type="SpriteFrames" id="SpriteFrames_o77k0"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_vs0c3") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_wiled") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_3qimm") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_pgupe") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_nmisb") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ply4o") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_uldnr") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_cuv31") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_68pbo") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_sh07d") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_qc1gi") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_58c6e") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_lvnxr") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_6ndl6") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] + +[sub_resource type="AtlasTexture" id="AtlasTexture_7wf4o"] +atlas = ExtResource("9_xxrn0") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_06adf"] +atlas = ExtResource("9_xxrn0") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_r1nr2"] +atlas = ExtResource("9_xxrn0") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ob486"] +atlas = ExtResource("9_xxrn0") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_vxc6x"] +atlas = ExtResource("9_xxrn0") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_jbw75"] +atlas = ExtResource("9_xxrn0") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ei2lw"] +atlas = ExtResource("9_xxrn0") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_q6cr0"] +atlas = ExtResource("9_xxrn0") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_m3lw6"] +atlas = ExtResource("9_xxrn0") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_kdf45"] +atlas = ExtResource("9_xxrn0") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_1w6rw"] +atlas = ExtResource("9_xxrn0") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_80v1m"] +atlas = ExtResource("9_xxrn0") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_nv7os"] +atlas = ExtResource("9_xxrn0") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ly6pi"] +atlas = ExtResource("9_xxrn0") +region = Rect2(324, 108, 108, 108) + +[sub_resource type="SpriteFrames" id="SpriteFrames_7b2ll"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_7wf4o") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_06adf") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_r1nr2") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ob486") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_vxc6x") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_jbw75") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ei2lw") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_q6cr0") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_m3lw6") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_kdf45") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_1w6rw") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_80v1m") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_nv7os") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ly6pi") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] + +[sub_resource type="AtlasTexture" id="AtlasTexture_ub7hq"] +atlas = ExtResource("10_q2c4g") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_frclk"] +atlas = ExtResource("10_q2c4g") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_55hsi"] +atlas = ExtResource("10_q2c4g") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_dhrkn"] +atlas = ExtResource("10_q2c4g") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_7h6a8"] +atlas = ExtResource("10_q2c4g") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_hk7mw"] +atlas = ExtResource("10_q2c4g") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_4rwpa"] +atlas = ExtResource("10_q2c4g") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_p1ygt"] +atlas = ExtResource("10_q2c4g") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_3tl36"] +atlas = ExtResource("10_q2c4g") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_oqwn7"] +atlas = ExtResource("10_q2c4g") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_21i6q"] +atlas = ExtResource("10_q2c4g") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_as7nj"] +atlas = ExtResource("10_q2c4g") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_m3eui"] +atlas = ExtResource("10_q2c4g") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_i7kqd"] +atlas = ExtResource("10_q2c4g") +region = Rect2(324, 108, 108, 108) + +[sub_resource type="SpriteFrames" id="SpriteFrames_4orem"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_ub7hq") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_frclk") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_55hsi") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_dhrkn") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_7h6a8") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_hk7mw") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_4rwpa") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_p1ygt") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_3tl36") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_oqwn7") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_21i6q") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_as7nj") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_m3eui") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_i7kqd") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] + +[sub_resource type="AtlasTexture" id="AtlasTexture_x6jc7"] +atlas = ExtResource("11_tjfw2") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_jouv2"] +atlas = ExtResource("11_tjfw2") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_hyevi"] +atlas = ExtResource("11_tjfw2") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_hym2s"] +atlas = ExtResource("11_tjfw2") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_4jy8g"] +atlas = ExtResource("11_tjfw2") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_kupkf"] +atlas = ExtResource("11_tjfw2") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_jtr4g"] +atlas = ExtResource("11_tjfw2") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_m55cp"] +atlas = ExtResource("11_tjfw2") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_r3mni"] +atlas = ExtResource("11_tjfw2") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ncrm1"] +atlas = ExtResource("11_tjfw2") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_r4roq"] +atlas = ExtResource("11_tjfw2") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_bobdh"] +atlas = ExtResource("11_tjfw2") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_wem1g"] +atlas = ExtResource("11_tjfw2") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_tedt2"] +atlas = ExtResource("11_tjfw2") +region = Rect2(324, 108, 108, 108) + +[sub_resource type="SpriteFrames" id="SpriteFrames_xqwu6"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_x6jc7") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_jouv2") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_hyevi") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_hym2s") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_4jy8g") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_kupkf") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_jtr4g") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_m55cp") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_r3mni") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ncrm1") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_r4roq") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_bobdh") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_wem1g") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_tedt2") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] + +[sub_resource type="AtlasTexture" id="AtlasTexture_tey01"] +atlas = ExtResource("12_53w5y") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_e3p4x"] +atlas = ExtResource("12_53w5y") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_kxp1n"] +atlas = ExtResource("12_53w5y") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_c6xgx"] +atlas = ExtResource("12_53w5y") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_anvkt"] +atlas = ExtResource("12_53w5y") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_r2n4o"] +atlas = ExtResource("12_53w5y") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_gfwqi"] +atlas = ExtResource("12_53w5y") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_vglir"] +atlas = ExtResource("12_53w5y") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_8p844"] +atlas = ExtResource("12_53w5y") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_6j6s6"] +atlas = ExtResource("12_53w5y") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_yy5o8"] +atlas = ExtResource("12_53w5y") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_df7rw"] +atlas = ExtResource("12_53w5y") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_j0r56"] +atlas = ExtResource("12_53w5y") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_vkmfp"] +atlas = ExtResource("12_53w5y") +region = Rect2(324, 108, 108, 108) + +[sub_resource type="SpriteFrames" id="SpriteFrames_y4fkp"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_tey01") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_e3p4x") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_kxp1n") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_c6xgx") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_anvkt") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_r2n4o") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_gfwqi") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_vglir") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_8p844") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_6j6s6") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_yy5o8") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_df7rw") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_j0r56") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_vkmfp") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] + +[sub_resource type="Resource" id="Resource_ttj25"] +script = ExtResource("3_x0448") +allow_null = false +outfits = Array[SpriteFrames]([SubResource("SpriteFrames_0hqgm"), SubResource("SpriteFrames_o77k0"), SubResource("SpriteFrames_7b2ll"), SubResource("SpriteFrames_4orem"), SubResource("SpriteFrames_xqwu6"), SubResource("SpriteFrames_y4fkp")]) +metadata/_custom_type_script = "uid://rw26nny160xh" + [sub_resource type="CompressedTexture2D" id="CompressedTexture2D_f0h1k"] +[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_ofxsr"] +load_path = "res://.godot/imported/DragonPet_barret_barretina.png-c34714d149520b48d66d5ee32f5868c1.ctex" + +[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_mc14k"] +load_path = "res://.godot/imported/DragonPet_roba_armadura.png-3cad0d14b8ca1ac4914a907d8acf7ec5.ctex" + +[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_jtpn4"] +load_path = "res://.godot/imported/DragonPet_acc_escut.png-ab5c138b3d2900950a73fcd404b97a42.ctex" + [sub_resource type="AtlasTexture" id="AtlasTexture_ofxsr"] atlas = ExtResource("7_qppok") region = Rect2(0, 40, 38, 40) @@ -52,10 +1133,10 @@ borderless = true always_on_top = true transparent = true script = ExtResource("1_8vkll") -hat_outfits = ExtResource("2_vvtct") -shirt_outfits = ExtResource("3_xhgxf") -shoes_outfits = ExtResource("4_1ivi1") -dragon_colors = ExtResource("5_1ivi1") +hat_outfits = SubResource("Resource_nlx3a") +shirt_outfits = SubResource("Resource_1dq4x") +shoes_outfits = SubResource("Resource_if2jb") +dragon_colors = SubResource("Resource_ttj25") [node name="CanvasLayer" type="CanvasLayer" parent="."] @@ -84,7 +1165,7 @@ offset_right = 38.0 offset_bottom = 44.0 grow_horizontal = 2 grow_vertical = 2 -texture = ExtResource("6_1ivi1") +texture = SubResource("CompressedTexture2D_ofxsr") [node name="Shirt" type="TextureRect" parent="CanvasLayer/Dragon"] layout_mode = 1 @@ -99,7 +1180,7 @@ offset_right = 38.0 offset_bottom = 44.0 grow_horizontal = 2 grow_vertical = 2 -texture = ExtResource("7_giwys") +texture = SubResource("CompressedTexture2D_mc14k") [node name="Shoes" type="TextureRect" parent="CanvasLayer/Dragon"] layout_mode = 1 @@ -114,7 +1195,7 @@ offset_right = 38.0 offset_bottom = 44.0 grow_horizontal = 2 grow_vertical = 2 -texture = ExtResource("8_udwtk") +texture = SubResource("CompressedTexture2D_jtpn4") [node name="Dragger" type="Control" parent="CanvasLayer"] layout_mode = 3 diff --git a/scenes/dragon_list/dragon_properties.tscn b/scenes/dragon_list/dragon_properties.tscn index 54b32a2..abf93c3 100644 --- a/scenes/dragon_list/dragon_properties.tscn +++ b/scenes/dragon_list/dragon_properties.tscn @@ -1,11 +1,379 @@ -[gd_scene load_steps=7 format=3 uid="uid://bs45hvb2mpw4k"] +[gd_scene load_steps=57 format=3 uid="uid://bs45hvb2mpw4k"] [ext_resource type="Texture2D" uid="uid://fdqnc2qrrvn1" path="res://assets/sprites/icon.svg" id="1_4i8li"] [ext_resource type="Script" uid="uid://d1bq5f35wptxt" path="res://scenes/dragon_list/dragon_list_entry.gd" id="1_s7he7"] [ext_resource type="FontFile" uid="uid://dn8qanm8tctb2" path="res://assets/fonts/Montserrat-Regular.ttf" id="2_s7he7"] -[ext_resource type="Resource" uid="uid://cnhwn6kfcbjl5" path="res://assets/outfits/hats.tres" id="2_y33em"] -[ext_resource type="Resource" uid="uid://etegcak2sphs" path="res://assets/outfits/shirts.tres" id="3_84ie0"] -[ext_resource type="Resource" uid="uid://ba5684xylts3f" path="res://assets/outfits/decor.tres" id="4_xvxt0"] +[ext_resource type="SpriteFrames" uid="uid://ccxyplt2t7t6y" path="res://assets/animations/hats/barretina.tres" id="2_xvxt0"] +[ext_resource type="Script" uid="uid://rw26nny160xh" path="res://src/dragon_outfit.gd" id="3_eop0l"] +[ext_resource type="Texture2D" uid="uid://c7nmelv0lx3i3" path="res://assets/sprites/decor/DP_acc_escut_Anim.png" id="4_xvxt0"] +[ext_resource type="Texture2D" uid="uid://drnel2cjwf5dr" path="res://assets/sprites/decor/DP_acc_espasa_Anim.png" id="5_eop0l"] +[ext_resource type="Texture2D" uid="uid://dbbcv076jh4ep" path="res://assets/sprites/decor/DP_acc_rosa_Anim.png" id="6_chh13"] + +[sub_resource type="Resource" id="Resource_nlx3a"] +script = ExtResource("3_eop0l") +allow_null = true +outfits = Array[SpriteFrames]([ExtResource("2_xvxt0")]) +metadata/_custom_type_script = "uid://rw26nny160xh" + +[sub_resource type="Resource" id="Resource_1dq4x"] +script = ExtResource("3_eop0l") +allow_null = true +outfits = Array[SpriteFrames]([ExtResource("2_xvxt0")]) +metadata/_custom_type_script = "uid://rw26nny160xh" + +[sub_resource type="AtlasTexture" id="AtlasTexture_n1vju"] +atlas = ExtResource("4_xvxt0") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_m1nfd"] +atlas = ExtResource("4_xvxt0") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_3fnsk"] +atlas = ExtResource("4_xvxt0") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_njuvk"] +atlas = ExtResource("4_xvxt0") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_mq26c"] +atlas = ExtResource("4_xvxt0") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_p6fb4"] +atlas = ExtResource("4_xvxt0") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_fwa0p"] +atlas = ExtResource("4_xvxt0") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_26ptf"] +atlas = ExtResource("4_xvxt0") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_amy8y"] +atlas = ExtResource("4_xvxt0") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_knwp6"] +atlas = ExtResource("4_xvxt0") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_yfy00"] +atlas = ExtResource("4_xvxt0") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_bnccx"] +atlas = ExtResource("4_xvxt0") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_hc8ch"] +atlas = ExtResource("4_xvxt0") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_0nuxw"] +atlas = ExtResource("4_xvxt0") +region = Rect2(324, 108, 108, 108) + +[sub_resource type="SpriteFrames" id="SpriteFrames_gqmmt"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_n1vju") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_m1nfd") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_3fnsk") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_njuvk") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_mq26c") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_p6fb4") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_fwa0p") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_26ptf") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_amy8y") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_knwp6") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_yfy00") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_bnccx") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_hc8ch") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_0nuxw") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] + +[sub_resource type="AtlasTexture" id="AtlasTexture_qwppa"] +atlas = ExtResource("5_eop0l") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_1uixo"] +atlas = ExtResource("5_eop0l") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_xccp0"] +atlas = ExtResource("5_eop0l") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_nyede"] +atlas = ExtResource("5_eop0l") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_cxse4"] +atlas = ExtResource("5_eop0l") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_edjcl"] +atlas = ExtResource("5_eop0l") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_jhak8"] +atlas = ExtResource("5_eop0l") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_t2351"] +atlas = ExtResource("5_eop0l") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_uw07h"] +atlas = ExtResource("5_eop0l") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_xcrai"] +atlas = ExtResource("5_eop0l") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_tywya"] +atlas = ExtResource("5_eop0l") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_7pu4u"] +atlas = ExtResource("5_eop0l") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_i1w1o"] +atlas = ExtResource("5_eop0l") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_xsi0i"] +atlas = ExtResource("5_eop0l") +region = Rect2(324, 108, 108, 108) + +[sub_resource type="SpriteFrames" id="SpriteFrames_yc10j"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_qwppa") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_1uixo") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_xccp0") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_nyede") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_cxse4") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_edjcl") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_jhak8") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_t2351") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_uw07h") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_xcrai") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_tywya") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_7pu4u") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_i1w1o") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_xsi0i") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] + +[sub_resource type="AtlasTexture" id="AtlasTexture_ifv4k"] +atlas = ExtResource("6_chh13") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_uera2"] +atlas = ExtResource("6_chh13") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_0q8tn"] +atlas = ExtResource("6_chh13") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_f2bes"] +atlas = ExtResource("6_chh13") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_albls"] +atlas = ExtResource("6_chh13") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_mlrdx"] +atlas = ExtResource("6_chh13") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_dipuj"] +atlas = ExtResource("6_chh13") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_d0xss"] +atlas = ExtResource("6_chh13") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_mpdbr"] +atlas = ExtResource("6_chh13") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_dy3ut"] +atlas = ExtResource("6_chh13") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_gi66g"] +atlas = ExtResource("6_chh13") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_am77p"] +atlas = ExtResource("6_chh13") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_asxml"] +atlas = ExtResource("6_chh13") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_pral7"] +atlas = ExtResource("6_chh13") +region = Rect2(324, 108, 108, 108) + +[sub_resource type="SpriteFrames" id="SpriteFrames_rhebu"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_ifv4k") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_uera2") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_0q8tn") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_f2bes") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_albls") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_mlrdx") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_dipuj") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_d0xss") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_mpdbr") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_dy3ut") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_gi66g") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_am77p") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_asxml") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_pral7") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] + +[sub_resource type="Resource" id="Resource_if2jb"] +script = ExtResource("3_eop0l") +allow_null = true +outfits = Array[SpriteFrames]([SubResource("SpriteFrames_gqmmt"), SubResource("SpriteFrames_yc10j"), SubResource("SpriteFrames_rhebu")]) +metadata/_custom_type_script = "uid://rw26nny160xh" [node name="DragonProperties" type="Control" node_paths=PackedStringArray("texture_rect", "name_label", "origin_label")] custom_minimum_size = Vector2(0, 128) @@ -15,9 +383,9 @@ script = ExtResource("1_s7he7") texture_rect = NodePath("TextureRect") name_label = NodePath("Name") origin_label = NodePath("Origin") -hat_outfits = ExtResource("2_y33em") -shirt_outfits = ExtResource("3_84ie0") -shoes_outfits = ExtResource("4_xvxt0") +hat_outfits = SubResource("Resource_nlx3a") +shirt_outfits = SubResource("Resource_1dq4x") +shoes_outfits = SubResource("Resource_if2jb") [node name="TextureRect" type="TextureRect" parent="."] layout_mode = 0 diff --git a/scenes/dragons/dragon_sprite.gd b/scenes/dragons/dragon_sprite.gd index 65cfd10..da7f82c 100644 --- a/scenes/dragons/dragon_sprite.gd +++ b/scenes/dragons/dragon_sprite.gd @@ -18,7 +18,7 @@ func dress(properties: DragonProperties): _set_dress(shirt, shirt_outfits.get_texture(properties.shirt)) _set_dress(decor, decor_outfits.get_texture(properties.decor)) _set_dress(color, color_outfits.get_texture(properties.color)) - play_idle() + play_walk() func _set_dress(part: AnimatedSprite2D, dress: SpriteFrames): @@ -30,19 +30,19 @@ func _set_dress(part: AnimatedSprite2D, dress: SpriteFrames): func walk_left(): - $Sprite.scale.x = 1 - $DragonBody.scale.x = 1 + $Dragon.scale.x = 1 func walk_right(): - $Sprite.scale.x = -1 - $DragonBody.scale.x = -1 + $Dragon.scale.x = -1 func _play_animation(animation_name: String, part: AnimatedSprite2D) -> void: if !part.is_visible(): return + print(part) part.play(animation_name) + print(part.is_playing()) func play_idle() -> void: diff --git a/scenes/dragons/dragon_sprite.tscn b/scenes/dragons/dragon_sprite.tscn index 59ec97b..15fc737 100644 --- a/scenes/dragons/dragon_sprite.tscn +++ b/scenes/dragons/dragon_sprite.tscn @@ -1,14 +1,11 @@ -[gd_scene load_steps=11 format=3 uid="uid://baa8gpicw2yg0"] +[gd_scene load_steps=8 format=3 uid="uid://baa8gpicw2yg0"] [ext_resource type="Script" uid="uid://bjiap06gs02j" path="res://scenes/dragons/dragon_sprite.gd" id="1_oaoux"] -[ext_resource type="Resource" uid="uid://cnhwn6kfcbjl5" path="res://assets/outfits/hats.tres" id="2_mxc00"] -[ext_resource type="Resource" uid="uid://etegcak2sphs" path="res://assets/outfits/shirts.tres" id="3_umqeb"] -[ext_resource type="Resource" uid="uid://ba5684xylts3f" path="res://assets/outfits/decor.tres" id="4_7b2ll"] -[ext_resource type="Resource" uid="uid://bcs60f2k7h0jc" path="res://assets/outfits/dragons.tres" id="5_x2k4p"] -[ext_resource type="SpriteFrames" uid="uid://4cm7picl2gvs" path="res://assets/animations/dragons/green.tres" id="6_yf7bj"] -[ext_resource type="SpriteFrames" uid="uid://cwxqw54jvqryh" path="res://assets/animations/hats/barretina.tres" id="10_7b2ll"] -[ext_resource type="SpriteFrames" uid="uid://csm1127xw2qoh" path="res://assets/animations/shirts/traje.tres" id="11_x2k4p"] -[ext_resource type="SpriteFrames" uid="uid://cjoufnwxcvvf4" path="res://assets/animations/decor/rosa.tres" id="12_rhebu"] +[ext_resource type="Resource" uid="uid://x063x858re3f" path="res://assets/outfits/hats.tres" id="2_mxc00"] +[ext_resource type="Resource" uid="uid://bsydervvb1jpe" path="res://assets/outfits/shirts.tres" id="3_umqeb"] +[ext_resource type="Resource" uid="uid://dkm7d10c1lp2n" path="res://assets/outfits/decor.tres" id="4_7b2ll"] +[ext_resource type="Resource" uid="uid://c03ejnvavmcj5" path="res://assets/outfits/dragons.tres" id="5_x2k4p"] +[ext_resource type="SpriteFrames" uid="uid://duxxw4mfxql3c" path="res://assets/animations/dragons/verd.tres" id="6_yf7bj"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_oaoux"] size = Vector2(108, 88) @@ -33,16 +30,15 @@ shape = SubResource("RectangleShape2D_oaoux") [node name="Dragon" type="AnimatedSprite2D" parent="."] position = Vector2(54, 34) sprite_frames = ExtResource("6_yf7bj") +animation = &"idle" [node name="Hat" type="AnimatedSprite2D" parent="Dragon"] -sprite_frames = ExtResource("10_7b2ll") +animation = &"" [node name="Shirt" type="AnimatedSprite2D" parent="Dragon"] -sprite_frames = ExtResource("11_x2k4p") +animation = &"" [node name="Decor" type="AnimatedSprite2D" parent="Dragon"] -sprite_frames = ExtResource("12_rhebu") -animation = &"walk" [connection signal="mouse_entered" from="Area2D" to="." method="_on_area_2d_mouse_entered"] [connection signal="mouse_exited" from="Area2D" to="." method="_on_area_2d_mouse_exited"] diff --git a/scenes/main.gd b/scenes/main.gd index e2efbe4..795ac4e 100644 --- a/scenes/main.gd +++ b/scenes/main.gd @@ -114,8 +114,8 @@ func _load_game(): func _instantiate_dragon_ingame(window_position: Vector2, properties: DragonProperties) -> DragonEntity: var dragon: DragonEntity = dragon_ingame.instantiate() - dragon.dress(properties) add_child(dragon) + dragon.dress(properties) dragon.properties = properties dragon.position = window_position dragon.on_pick.connect(_pick_dragon) diff --git a/scenes/main.tscn b/scenes/main.tscn index 668fa9f..80f3a52 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -1,14 +1,16 @@ -[gd_scene load_steps=16 format=3 uid="uid://ctytpqaed0yqx"] +[gd_scene load_steps=66 format=3 uid="uid://ctytpqaed0yqx"] [ext_resource type="Script" uid="uid://3kyt3shje5r1" path="res://scenes/main.gd" id="1_sugp2"] [ext_resource type="PackedScene" uid="uid://c7nfcgjxqeg7l" path="res://scenes/window/dragon_popup.tscn" id="2_jyhfs"] -[ext_resource type="Resource" uid="uid://cnhwn6kfcbjl5" path="res://assets/outfits/hats.tres" id="4_85g3d"] [ext_resource type="PackedScene" uid="uid://bj5ptaniasaaj" path="res://scenes/clock/clock.tscn" id="4_a8y0u"] [ext_resource type="PackedScene" uid="uid://miutbdsgccd1" path="res://scenes/dragons/dragon.tscn" id="4_jyhfs"] [ext_resource type="Script" uid="uid://cj4l3a6a8ro0r" path="res://scenes/create_button.gd" id="4_tbgi4"] -[ext_resource type="Resource" uid="uid://etegcak2sphs" path="res://assets/outfits/shirts.tres" id="5_choun"] +[ext_resource type="SpriteFrames" uid="uid://ccxyplt2t7t6y" path="res://assets/animations/hats/barretina.tres" id="5_muem4"] [ext_resource type="PackedScene" uid="uid://fut42ruut302" path="res://scenes/dragon_editor/dragon_editor.tscn" id="5_tefeu"] -[ext_resource type="Resource" uid="uid://ba5684xylts3f" path="res://assets/outfits/decor.tres" id="6_ya4ey"] +[ext_resource type="Script" uid="uid://rw26nny160xh" path="res://src/dragon_outfit.gd" id="6_dp3eg"] +[ext_resource type="Texture2D" uid="uid://c7nmelv0lx3i3" path="res://assets/sprites/decor/DP_acc_escut_Anim.png" id="7_muem4"] +[ext_resource type="Texture2D" uid="uid://drnel2cjwf5dr" path="res://assets/sprites/decor/DP_acc_espasa_Anim.png" id="8_dp3eg"] +[ext_resource type="Texture2D" uid="uid://dbbcv076jh4ep" path="res://assets/sprites/decor/DP_acc_rosa_Anim.png" id="9_0ld40"] [ext_resource type="Script" uid="uid://oc6mw86npbii" path="res://scenes/list_button.gd" id="9_choun"] [ext_resource type="PackedScene" uid="uid://tubxrqxjic6r" path="res://scenes/dragon_list/dragon_list.tscn" id="10_ya4ey"] [ext_resource type="Texture2D" uid="uid://bc2lykc3gwykh" path="res://assets/sprites/environment/castle/DP_castle_back.png" id="15_muem4"] @@ -16,15 +18,381 @@ [ext_resource type="Texture2D" uid="uid://b1w6y1qvetsaw" path="res://assets/sprites/environment/castle/DP_castle_front.png" id="17_0ld40"] [ext_resource type="Script" uid="uid://bg58e3dobon4j" path="res://scenes/dragon_sharing.gd" id="17_muem4"] +[sub_resource type="Resource" id="Resource_nlx3a"] +script = ExtResource("6_dp3eg") +allow_null = true +outfits = Array[SpriteFrames]([ExtResource("5_muem4")]) +metadata/_custom_type_script = "uid://rw26nny160xh" + +[sub_resource type="Resource" id="Resource_1dq4x"] +script = ExtResource("6_dp3eg") +allow_null = true +outfits = Array[SpriteFrames]([ExtResource("5_muem4")]) +metadata/_custom_type_script = "uid://rw26nny160xh" + +[sub_resource type="AtlasTexture" id="AtlasTexture_n1vju"] +atlas = ExtResource("7_muem4") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_m1nfd"] +atlas = ExtResource("7_muem4") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_3fnsk"] +atlas = ExtResource("7_muem4") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_njuvk"] +atlas = ExtResource("7_muem4") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_mq26c"] +atlas = ExtResource("7_muem4") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_p6fb4"] +atlas = ExtResource("7_muem4") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_fwa0p"] +atlas = ExtResource("7_muem4") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_26ptf"] +atlas = ExtResource("7_muem4") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_amy8y"] +atlas = ExtResource("7_muem4") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_knwp6"] +atlas = ExtResource("7_muem4") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_yfy00"] +atlas = ExtResource("7_muem4") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_bnccx"] +atlas = ExtResource("7_muem4") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_hc8ch"] +atlas = ExtResource("7_muem4") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_0nuxw"] +atlas = ExtResource("7_muem4") +region = Rect2(324, 108, 108, 108) + +[sub_resource type="SpriteFrames" id="SpriteFrames_gqmmt"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_n1vju") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_m1nfd") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_3fnsk") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_njuvk") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_mq26c") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_p6fb4") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_fwa0p") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_26ptf") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_amy8y") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_knwp6") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_yfy00") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_bnccx") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_hc8ch") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_0nuxw") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] + +[sub_resource type="AtlasTexture" id="AtlasTexture_qwppa"] +atlas = ExtResource("8_dp3eg") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_1uixo"] +atlas = ExtResource("8_dp3eg") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_xccp0"] +atlas = ExtResource("8_dp3eg") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_nyede"] +atlas = ExtResource("8_dp3eg") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_cxse4"] +atlas = ExtResource("8_dp3eg") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_edjcl"] +atlas = ExtResource("8_dp3eg") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_jhak8"] +atlas = ExtResource("8_dp3eg") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_t2351"] +atlas = ExtResource("8_dp3eg") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_uw07h"] +atlas = ExtResource("8_dp3eg") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_xcrai"] +atlas = ExtResource("8_dp3eg") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_tywya"] +atlas = ExtResource("8_dp3eg") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_7pu4u"] +atlas = ExtResource("8_dp3eg") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_i1w1o"] +atlas = ExtResource("8_dp3eg") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_xsi0i"] +atlas = ExtResource("8_dp3eg") +region = Rect2(324, 108, 108, 108) + +[sub_resource type="SpriteFrames" id="SpriteFrames_yc10j"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_qwppa") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_1uixo") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_xccp0") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_nyede") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_cxse4") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_edjcl") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_jhak8") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_t2351") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_uw07h") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_xcrai") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_tywya") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_7pu4u") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_i1w1o") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_xsi0i") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] + +[sub_resource type="AtlasTexture" id="AtlasTexture_ifv4k"] +atlas = ExtResource("9_0ld40") +region = Rect2(0, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_uera2"] +atlas = ExtResource("9_0ld40") +region = Rect2(108, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_0q8tn"] +atlas = ExtResource("9_0ld40") +region = Rect2(216, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_f2bes"] +atlas = ExtResource("9_0ld40") +region = Rect2(324, 216, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_albls"] +atlas = ExtResource("9_0ld40") +region = Rect2(0, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_mlrdx"] +atlas = ExtResource("9_0ld40") +region = Rect2(108, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_dipuj"] +atlas = ExtResource("9_0ld40") +region = Rect2(216, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_d0xss"] +atlas = ExtResource("9_0ld40") +region = Rect2(324, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_mpdbr"] +atlas = ExtResource("9_0ld40") +region = Rect2(432, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_dy3ut"] +atlas = ExtResource("9_0ld40") +region = Rect2(540, 0, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_gi66g"] +atlas = ExtResource("9_0ld40") +region = Rect2(0, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_am77p"] +atlas = ExtResource("9_0ld40") +region = Rect2(108, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_asxml"] +atlas = ExtResource("9_0ld40") +region = Rect2(216, 108, 108, 108) + +[sub_resource type="AtlasTexture" id="AtlasTexture_pral7"] +atlas = ExtResource("9_0ld40") +region = Rect2(324, 108, 108, 108) + +[sub_resource type="SpriteFrames" id="SpriteFrames_rhebu"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_ifv4k") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_uera2") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_0q8tn") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_f2bes") +}], +"loop": true, +"name": &"fly", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_albls") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_mlrdx") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_dipuj") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_d0xss") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_mpdbr") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_dy3ut") +}], +"loop": true, +"name": &"idle", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_gi66g") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_am77p") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_asxml") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_pral7") +}], +"loop": true, +"name": &"walk", +"speed": 5.0 +}] + +[sub_resource type="Resource" id="Resource_if2jb"] +script = ExtResource("6_dp3eg") +allow_null = true +outfits = Array[SpriteFrames]([SubResource("SpriteFrames_gqmmt"), SubResource("SpriteFrames_yc10j"), SubResource("SpriteFrames_rhebu")]) +metadata/_custom_type_script = "uid://rw26nny160xh" + [node name="Base" type="Node2D" node_paths=PackedStringArray("dragon_spots")] script = ExtResource("1_sugp2") dragon_template = ExtResource("2_jyhfs") dragon_ingame = ExtResource("4_jyhfs") dragon_spots = [NodePath("DragonSpot1"), NodePath("DragonSpot2"), NodePath("DragonSpot3")] clock = ExtResource("4_a8y0u") -hat_outfits = ExtResource("4_85g3d") -shirt_outfits = ExtResource("5_choun") -shoes_outfits = ExtResource("6_ya4ey") +hat_outfits = SubResource("Resource_nlx3a") +shirt_outfits = SubResource("Resource_1dq4x") +shoes_outfits = SubResource("Resource_if2jb") min_dragon_instantiation_time = 2.0 max_dragon_instantiation_time = 10.0 diff --git a/scenes/window/dragon.gd b/scenes/window/dragon.gd index 4199764..50458e0 100644 --- a/scenes/window/dragon.gd +++ b/scenes/window/dragon.gd @@ -35,7 +35,7 @@ var current_state: State = State.WALKING_IDLE func _ready() -> void: draggable.on_drag.connect(_on_drag) draggable.on_drop.connect(_on_drop) - current_state = State.FALLING + _change_state(State.FALLING) func on_place_back() -> void: @@ -50,12 +50,6 @@ func _process(delta: float) -> void: State.DRAGGING: _thinking_path = false _actual_position = position - State.WALKING_IDLE: - if not _thinking_path: - _think_path() - State.FLYING_IDLE: - if not _thinking_path: - _think_path() State.WALKING: _move_to_target(delta) State.FALLING: @@ -66,12 +60,30 @@ func _process(delta: float) -> void: properties.position = position +func _change_state(new_state): + match new_state: + State.DRAGGING: + dragon.play_idle() + State.WALKING_IDLE: + dragon.play_idle() + _think_path() + State.FLYING_IDLE: + _think_path() + State.WALKING: + dragon.play_walk() + State.FALLING: + dragon.play_idle() + State.FLYING: + dragon.play_fly() + + current_state = new_state + + func dress(): dragon.dress(properties) func _think_path(): - _thinking_path = true await get_tree().create_timer(rng.randf_range(2, 7)).timeout dragon_speed = rng.randf_range(dragon_speed_min, dragon_speed_max) @@ -86,7 +98,7 @@ func _think_path(): var decision: int = rng.randi_range(0, 99) if decision < 30: _fall_speed = 0 - current_state = State.FALLING + _change_state(State.FALLING) else: _pick_random_screen_fly_position() @@ -98,7 +110,7 @@ func _fall(delta: float) -> void: var ground_height: int = _ground_height() if position.y >= ground_height: - current_state = State.WALKING_IDLE + _change_state(State.WALKING_IDLE) position.y = ground_height _actual_position.y = ground_height @@ -117,24 +129,24 @@ func _move_to_target(delta: float): match current_state: State.FLYING: - current_state = State.FLYING_IDLE + _change_state(State.FLYING_IDLE) State.WALKING: - current_state = State.WALKING_IDLE + _change_state(State.WALKING_IDLE) func _on_drag(): - current_state = State.DRAGGING + _change_state(State.DRAGGING) func _on_drop(): var ground_height: int = _ground_height() if position.y >= ground_height: - current_state = State.WALKING_IDLE + _change_state(State.WALKING_IDLE) position.y = ground_height _actual_position.y = ground_height else: _fall_speed = 0 - current_state = State.FALLING + _change_state(State.FALLING) func _get_display_limits() -> Rect2i: @@ -151,7 +163,7 @@ func _ground_height() -> int: func _pick_random_screen_fly_position() -> void: - current_state = State.FLYING + _change_state(State.FLYING) _thinking_path = false var limits: Rect2i = _get_display_limits() @@ -165,7 +177,7 @@ func _pick_random_screen_fly_position() -> void: func _pick_random_screen_walk_position() -> void: - current_state = State.WALKING + _change_state(State.WALKING) _thinking_path = false var limits: Rect2i = _get_display_limits() diff --git a/scenes/window/dragon_popup.tscn b/scenes/window/dragon_popup.tscn index 8d4ccde..c0bbd64 100644 --- a/scenes/window/dragon_popup.tscn +++ b/scenes/window/dragon_popup.tscn @@ -7,7 +7,7 @@ [node name="DragonPopup" type="Window" node_paths=PackedStringArray("dragon", "draggable")] disable_3d = true transparent_bg = true -size = Vector2i(76, 88) +size = Vector2i(108, 88) unresizable = true borderless = true always_on_top = true