From 53190d130e4bc8a729be09507a0ea3b69921f400 Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 16 Sep 2026 15:22:08 -0500 Subject: [PATCH 1/3] anadi cinco nuevos peinados --- .../characters/components/sprite_frames/new_sprite_frames.tres | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scenes/game_elements/characters/components/sprite_frames/new_sprite_frames.tres diff --git a/scenes/game_elements/characters/components/sprite_frames/new_sprite_frames.tres b/scenes/game_elements/characters/components/sprite_frames/new_sprite_frames.tres new file mode 100644 index 0000000000..d041b9156d --- /dev/null +++ b/scenes/game_elements/characters/components/sprite_frames/new_sprite_frames.tres @@ -0,0 +1,3 @@ +[gd_resource type="SpriteFrames" format=3 uid="uid://cy84oavn1knne"] + +[resource] From 08fd1a5e29c639fff57480035554a8e0f76897cf Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 16 Sep 2026 15:58:18 -0500 Subject: [PATCH 2/3] agregue 5 nuevos peinados --- .../sprite_frames/townie-hair_006.tres | 39 ++++++++ .../sprite_frames/townie-hair_007.tres | 39 ++++++++ .../sprite_frames/townie-hair_008.tres | 39 ++++++++ .../sprite_frames/townie-hair_009.tres | 39 ++++++++ .../sprite_frames/townie-hair_010.tres | 39 ++++++++ .../sprite_frames/townie-idle-hair_007.png | 3 + .../townie-idle-hair_007.png.import | 40 ++++++++ .../npcs/components/townie-idle-hair_006.png | 3 + .../townie-idle-hair_006.png.import | 40 ++++++++ .../npcs/components/townie-idle-hair_007.png | 3 + .../townie-idle-hair_007.png.import | 40 ++++++++ .../npcs/components/townie-idle-hair_008.png | 3 + .../townie-idle-hair_008.png.import | 40 ++++++++ .../npcs/components/townie-idle-hair_009.png | 3 + .../townie-idle-hair_009.png.import | 40 ++++++++ .../npcs/components/townie-idle-hair_010.png | 3 + .../townie-idle-hair_010.png.import | 40 ++++++++ .../game_elements/characters/npcs/townie.tscn | 98 +++++++++++++++++-- 18 files changed, 544 insertions(+), 7 deletions(-) create mode 100644 scenes/game_elements/characters/components/sprite_frames/townie-hair_006.tres create mode 100644 scenes/game_elements/characters/components/sprite_frames/townie-hair_007.tres create mode 100644 scenes/game_elements/characters/components/sprite_frames/townie-hair_008.tres create mode 100644 scenes/game_elements/characters/components/sprite_frames/townie-hair_009.tres create mode 100644 scenes/game_elements/characters/components/sprite_frames/townie-hair_010.tres create mode 100644 scenes/game_elements/characters/components/sprite_frames/townie-idle-hair_007.png create mode 100644 scenes/game_elements/characters/components/sprite_frames/townie-idle-hair_007.png.import create mode 100644 scenes/game_elements/characters/npcs/components/townie-idle-hair_006.png create mode 100644 scenes/game_elements/characters/npcs/components/townie-idle-hair_006.png.import create mode 100644 scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png create mode 100644 scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png.import create mode 100644 scenes/game_elements/characters/npcs/components/townie-idle-hair_008.png create mode 100644 scenes/game_elements/characters/npcs/components/townie-idle-hair_008.png.import create mode 100644 scenes/game_elements/characters/npcs/components/townie-idle-hair_009.png create mode 100644 scenes/game_elements/characters/npcs/components/townie-idle-hair_009.png.import create mode 100644 scenes/game_elements/characters/npcs/components/townie-idle-hair_010.png create mode 100644 scenes/game_elements/characters/npcs/components/townie-idle-hair_010.png.import diff --git a/scenes/game_elements/characters/components/sprite_frames/townie-hair_006.tres b/scenes/game_elements/characters/components/sprite_frames/townie-hair_006.tres new file mode 100644 index 0000000000..8e36c03561 --- /dev/null +++ b/scenes/game_elements/characters/components/sprite_frames/townie-hair_006.tres @@ -0,0 +1,39 @@ +[gd_resource type="SpriteFrames" format=3 uid="uid://ctx51w0tsmkd5"] + +[ext_resource type="Texture2D" uid="uid://cyi5yh23g1hy1" path="res://scenes/game_elements/characters/npcs/components/townie-idle-hair_006.png" id="1_3o2m4"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_hk2c1"] +atlas = ExtResource("1_3o2m4") +region = Rect2(0, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_o4e37"] +atlas = ExtResource("1_3o2m4") +region = Rect2(96, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_uuocm"] +atlas = ExtResource("1_3o2m4") +region = Rect2(192, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_cjrou"] +atlas = ExtResource("1_3o2m4") +region = Rect2(0, 0, 96, 96) + +[resource] +animations = [{ +"frames": [{ +"duration": 10.0, +"texture": SubResource("AtlasTexture_hk2c1") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_o4e37") +}, { +"duration": 8.0, +"texture": SubResource("AtlasTexture_uuocm") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_cjrou") +}], +"loop": 1, +"name": &"idle", +"speed": 10.0 +}] diff --git a/scenes/game_elements/characters/components/sprite_frames/townie-hair_007.tres b/scenes/game_elements/characters/components/sprite_frames/townie-hair_007.tres new file mode 100644 index 0000000000..3b4a7782af --- /dev/null +++ b/scenes/game_elements/characters/components/sprite_frames/townie-hair_007.tres @@ -0,0 +1,39 @@ +[gd_resource type="SpriteFrames" format=3 uid="uid://t0iw50a5qhmo"] + +[ext_resource type="Texture2D" uid="uid://7jsay73ttm5b" path="res://scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png" id="1_72a21"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_7gh4k"] +atlas = ExtResource("1_72a21") +region = Rect2(0, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_mrekq"] +atlas = ExtResource("1_72a21") +region = Rect2(96, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_4axxl"] +atlas = ExtResource("1_72a21") +region = Rect2(192, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_fkdsj"] +atlas = ExtResource("1_72a21") +region = Rect2(0, 0, 96, 96) + +[resource] +animations = [{ +"frames": [{ +"duration": 10.0, +"texture": SubResource("AtlasTexture_7gh4k") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_mrekq") +}, { +"duration": 8.0, +"texture": SubResource("AtlasTexture_4axxl") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_fkdsj") +}], +"loop": 1, +"name": &"idle", +"speed": 10.0 +}] diff --git a/scenes/game_elements/characters/components/sprite_frames/townie-hair_008.tres b/scenes/game_elements/characters/components/sprite_frames/townie-hair_008.tres new file mode 100644 index 0000000000..886206d3a0 --- /dev/null +++ b/scenes/game_elements/characters/components/sprite_frames/townie-hair_008.tres @@ -0,0 +1,39 @@ +[gd_resource type="SpriteFrames" format=3 uid="uid://dtqxm7y5nbl7e"] + +[ext_resource type="Texture2D" uid="uid://bmhkivxl1i3d" path="res://scenes/game_elements/characters/npcs/components/townie-idle-hair_008.png" id="1_j7etg"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_6okhk"] +atlas = ExtResource("1_j7etg") +region = Rect2(0, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_2rd5a"] +atlas = ExtResource("1_j7etg") +region = Rect2(96, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ppyqj"] +atlas = ExtResource("1_j7etg") +region = Rect2(192, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_3fnko"] +atlas = ExtResource("1_j7etg") +region = Rect2(0, 0, 96, 96) + +[resource] +animations = [{ +"frames": [{ +"duration": 10.0, +"texture": SubResource("AtlasTexture_6okhk") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_2rd5a") +}, { +"duration": 8.0, +"texture": SubResource("AtlasTexture_ppyqj") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_3fnko") +}], +"loop": 1, +"name": &"idle", +"speed": 10.0 +}] diff --git a/scenes/game_elements/characters/components/sprite_frames/townie-hair_009.tres b/scenes/game_elements/characters/components/sprite_frames/townie-hair_009.tres new file mode 100644 index 0000000000..5bc729ee47 --- /dev/null +++ b/scenes/game_elements/characters/components/sprite_frames/townie-hair_009.tres @@ -0,0 +1,39 @@ +[gd_resource type="SpriteFrames" format=3 uid="uid://qricmx34ikyg"] + +[ext_resource type="Texture2D" uid="uid://2tlbmivyl5uf" path="res://scenes/game_elements/characters/npcs/components/townie-idle-hair_009.png" id="1_y21i2"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_s6vs6"] +atlas = ExtResource("1_y21i2") +region = Rect2(0, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_tfsfn"] +atlas = ExtResource("1_y21i2") +region = Rect2(96, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_koefx"] +atlas = ExtResource("1_y21i2") +region = Rect2(192, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_6cw72"] +atlas = ExtResource("1_y21i2") +region = Rect2(0, 0, 96, 96) + +[resource] +animations = [{ +"frames": [{ +"duration": 10.0, +"texture": SubResource("AtlasTexture_s6vs6") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_tfsfn") +}, { +"duration": 8.0, +"texture": SubResource("AtlasTexture_koefx") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_6cw72") +}], +"loop": 1, +"name": &"idle", +"speed": 10.0 +}] diff --git a/scenes/game_elements/characters/components/sprite_frames/townie-hair_010.tres b/scenes/game_elements/characters/components/sprite_frames/townie-hair_010.tres new file mode 100644 index 0000000000..f3a8fbe6be --- /dev/null +++ b/scenes/game_elements/characters/components/sprite_frames/townie-hair_010.tres @@ -0,0 +1,39 @@ +[gd_resource type="SpriteFrames" format=3 uid="uid://dufnfhtgsffko"] + +[ext_resource type="Texture2D" uid="uid://cfcxvrlj7e4op" path="res://scenes/game_elements/characters/npcs/components/townie-idle-hair_010.png" id="1_8wj53"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_w7pdg"] +atlas = ExtResource("1_8wj53") +region = Rect2(0, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_hs7jq"] +atlas = ExtResource("1_8wj53") +region = Rect2(96, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_yh6dw"] +atlas = ExtResource("1_8wj53") +region = Rect2(192, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_bmwk1"] +atlas = ExtResource("1_8wj53") +region = Rect2(0, 0, 96, 96) + +[resource] +animations = [{ +"frames": [{ +"duration": 10.0, +"texture": SubResource("AtlasTexture_w7pdg") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_hs7jq") +}, { +"duration": 8.0, +"texture": SubResource("AtlasTexture_yh6dw") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_bmwk1") +}], +"loop": 1, +"name": &"idle", +"speed": 10.0 +}] diff --git a/scenes/game_elements/characters/components/sprite_frames/townie-idle-hair_007.png b/scenes/game_elements/characters/components/sprite_frames/townie-idle-hair_007.png new file mode 100644 index 0000000000..000fce2b5a --- /dev/null +++ b/scenes/game_elements/characters/components/sprite_frames/townie-idle-hair_007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af47622b54b71311884b5c226be0c9326b18bba0a436dbcb1502c722de1bdeaf +size 1015 diff --git a/scenes/game_elements/characters/components/sprite_frames/townie-idle-hair_007.png.import b/scenes/game_elements/characters/components/sprite_frames/townie-idle-hair_007.png.import new file mode 100644 index 0000000000..3cc06829fd --- /dev/null +++ b/scenes/game_elements/characters/components/sprite_frames/townie-idle-hair_007.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://biknd76c1ygwa" +path="res://.godot/imported/townie-idle-hair_007.png-c4644e4188a2b1c23d9b70910327ed69.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://scenes/game_elements/characters/components/sprite_frames/townie-idle-hair_007.png" +dest_files=["res://.godot/imported/townie-idle-hair_007.png-c4644e4188a2b1c23d9b70910327ed69.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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/game_elements/characters/npcs/components/townie-idle-hair_006.png b/scenes/game_elements/characters/npcs/components/townie-idle-hair_006.png new file mode 100644 index 0000000000..f3373b7c21 --- /dev/null +++ b/scenes/game_elements/characters/npcs/components/townie-idle-hair_006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6aceddcd19f3f6911e0e096a473832768690f002bb92a52ab178dc9253588be +size 1408 diff --git a/scenes/game_elements/characters/npcs/components/townie-idle-hair_006.png.import b/scenes/game_elements/characters/npcs/components/townie-idle-hair_006.png.import new file mode 100644 index 0000000000..91c9ca65d5 --- /dev/null +++ b/scenes/game_elements/characters/npcs/components/townie-idle-hair_006.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cyi5yh23g1hy1" +path="res://.godot/imported/townie-idle-hair_006.png-67d512e6d5fd8868dffc60c184746a37.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://scenes/game_elements/characters/npcs/components/townie-idle-hair_006.png" +dest_files=["res://.godot/imported/townie-idle-hair_006.png-67d512e6d5fd8868dffc60c184746a37.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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/game_elements/characters/npcs/components/townie-idle-hair_007.png b/scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png new file mode 100644 index 0000000000..033245e8c1 --- /dev/null +++ b/scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93dc7c9246e55ae2da46406d73d39c535b288babf4a8a8009c8ab4dde99f5df +size 879 diff --git a/scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png.import b/scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png.import new file mode 100644 index 0000000000..54b1a8a4c0 --- /dev/null +++ b/scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://7jsay73ttm5b" +path="res://.godot/imported/townie-idle-hair_007.png-22d4a56dfa9b32f034cc3bed03c4dc4c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png" +dest_files=["res://.godot/imported/townie-idle-hair_007.png-22d4a56dfa9b32f034cc3bed03c4dc4c.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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/game_elements/characters/npcs/components/townie-idle-hair_008.png b/scenes/game_elements/characters/npcs/components/townie-idle-hair_008.png new file mode 100644 index 0000000000..90200f3ff6 --- /dev/null +++ b/scenes/game_elements/characters/npcs/components/townie-idle-hair_008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b05320a2281cfca9c47cc676489aead12d77ad3c99a4cfa390e31ec4015f55 +size 1039 diff --git a/scenes/game_elements/characters/npcs/components/townie-idle-hair_008.png.import b/scenes/game_elements/characters/npcs/components/townie-idle-hair_008.png.import new file mode 100644 index 0000000000..e37e8497d3 --- /dev/null +++ b/scenes/game_elements/characters/npcs/components/townie-idle-hair_008.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bmhkivxl1i3d" +path="res://.godot/imported/townie-idle-hair_008.png-319927804a63467b3143ad4fdb502368.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://scenes/game_elements/characters/npcs/components/townie-idle-hair_008.png" +dest_files=["res://.godot/imported/townie-idle-hair_008.png-319927804a63467b3143ad4fdb502368.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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/game_elements/characters/npcs/components/townie-idle-hair_009.png b/scenes/game_elements/characters/npcs/components/townie-idle-hair_009.png new file mode 100644 index 0000000000..69abcfe255 --- /dev/null +++ b/scenes/game_elements/characters/npcs/components/townie-idle-hair_009.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d19f6df935408683776a5d0fb62e6526b9d67605be482c55923f1d1892d771c +size 984 diff --git a/scenes/game_elements/characters/npcs/components/townie-idle-hair_009.png.import b/scenes/game_elements/characters/npcs/components/townie-idle-hair_009.png.import new file mode 100644 index 0000000000..8e91a30b38 --- /dev/null +++ b/scenes/game_elements/characters/npcs/components/townie-idle-hair_009.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://2tlbmivyl5uf" +path="res://.godot/imported/townie-idle-hair_009.png-220cd28f6fdaa144a23145830cc60e21.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://scenes/game_elements/characters/npcs/components/townie-idle-hair_009.png" +dest_files=["res://.godot/imported/townie-idle-hair_009.png-220cd28f6fdaa144a23145830cc60e21.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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/game_elements/characters/npcs/components/townie-idle-hair_010.png b/scenes/game_elements/characters/npcs/components/townie-idle-hair_010.png new file mode 100644 index 0000000000..5225ec037c --- /dev/null +++ b/scenes/game_elements/characters/npcs/components/townie-idle-hair_010.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65c51b769943f0670446155fadb7fc06430d3e9106db0ab016e83f909e7f93c +size 780 diff --git a/scenes/game_elements/characters/npcs/components/townie-idle-hair_010.png.import b/scenes/game_elements/characters/npcs/components/townie-idle-hair_010.png.import new file mode 100644 index 0000000000..bb34c53cb7 --- /dev/null +++ b/scenes/game_elements/characters/npcs/components/townie-idle-hair_010.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cfcxvrlj7e4op" +path="res://.godot/imported/townie-idle-hair_010.png-167f3b6f162e82089572862de7f679ee.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://scenes/game_elements/characters/npcs/components/townie-idle-hair_010.png" +dest_files=["res://.godot/imported/townie-idle-hair_010.png-167f3b6f162e82089572862de7f679ee.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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/game_elements/characters/npcs/townie.tscn b/scenes/game_elements/characters/npcs/townie.tscn index d8d1e2d8a7..a0e996db36 100644 --- a/scenes/game_elements/characters/npcs/townie.tscn +++ b/scenes/game_elements/characters/npcs/townie.tscn @@ -13,24 +13,108 @@ [ext_resource type="SpriteFrames" uid="uid://cyy8mv2nshtaq" path="res://scenes/game_elements/characters/components/sprite_frames/townie-head_002.tres" id="15_byt3c"] [ext_resource type="SpriteFrames" uid="uid://tc0nuhppfl8p" path="res://scenes/game_elements/characters/components/sprite_frames/townie-body_001.tres" id="16_5y6le"] [ext_resource type="SpriteFrames" uid="uid://c03umtasls62d" path="res://scenes/game_elements/characters/components/sprite_frames/townie-head_003.tres" id="16_kccyr"] +[ext_resource type="SpriteFrames" uid="uid://qricmx34ikyg" path="res://scenes/game_elements/characters/components/sprite_frames/townie-hair_009.tres" id="16_vw3e6"] [ext_resource type="SpriteFrames" uid="uid://dl7xeteu0n2ia" path="res://scenes/game_elements/characters/components/sprite_frames/townie-head_004.tres" id="17_syy7w"] [ext_resource type="SpriteFrames" uid="uid://myvflc68qwmu" path="res://scenes/game_elements/characters/components/sprite_frames/townie-head_005.tres" id="18_4rgc5"] [ext_resource type="SpriteFrames" uid="uid://x3oxp35ukm62" path="res://scenes/game_elements/characters/components/sprite_frames/townie-hair_001.tres" id="20_syy7w"] [ext_resource type="SpriteFrames" uid="uid://dh1kr2fwfwlxq" path="res://scenes/game_elements/characters/components/sprite_frames/townie-hair_003.tres" id="22_4rgc5"] [ext_resource type="SpriteFrames" uid="uid://crshpjwcenpa5" path="res://scenes/game_elements/characters/components/sprite_frames/townie-head_001.tres" id="22_8wbfo"] [ext_resource type="SpriteFrames" uid="uid://285s7e1vheno" path="res://scenes/game_elements/characters/components/sprite_frames/townie-hair_004.tres" id="23_umw6f"] +[ext_resource type="SpriteFrames" uid="uid://ctx51w0tsmkd5" path="res://scenes/game_elements/characters/components/sprite_frames/townie-hair_006.tres" id="24_35r5d"] [ext_resource type="SpriteFrames" uid="uid://dnfyg3i87cp17" path="res://scenes/game_elements/characters/components/sprite_frames/townie-hair_005.tres" id="24_hskxo"] +[ext_resource type="SpriteFrames" uid="uid://t0iw50a5qhmo" path="res://scenes/game_elements/characters/components/sprite_frames/townie-hair_007.tres" id="25_r7ycj"] +[ext_resource type="SpriteFrames" uid="uid://dtqxm7y5nbl7e" path="res://scenes/game_elements/characters/components/sprite_frames/townie-hair_008.tres" id="26_hbfaq"] +[ext_resource type="SpriteFrames" uid="uid://dufnfhtgsffko" path="res://scenes/game_elements/characters/components/sprite_frames/townie-hair_010.tres" id="27_5y6le"] [ext_resource type="SpriteFrames" uid="uid://c43yaqne7a2kh" path="res://scenes/game_elements/characters/components/sprite_frames/townie-hair_002.tres" id="33_m1eb2"] [sub_resource type="CapsuleShape2D" id="CapsuleShape2D_qs15o"] +[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_umw6f"] +load_path = "res://.godot/imported/townie-idle-hair_008.png-319927804a63467b3143ad4fdb502368.ctex" + +[sub_resource type="AtlasTexture" id="AtlasTexture_0uerg"] +atlas = SubResource("CompressedTexture2D_umw6f") +region = Rect2(0, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_1fwmp"] +atlas = SubResource("CompressedTexture2D_umw6f") +region = Rect2(96, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_4pqsl"] +atlas = SubResource("CompressedTexture2D_umw6f") +region = Rect2(192, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_7ej2g"] +atlas = SubResource("CompressedTexture2D_umw6f") +region = Rect2(0, 0, 96, 96) + +[sub_resource type="SpriteFrames" id="SpriteFrames_hskxo"] +animations = [{ +"frames": [{ +"duration": 10.0, +"texture": SubResource("AtlasTexture_0uerg") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_1fwmp") +}, { +"duration": 8.0, +"texture": SubResource("AtlasTexture_4pqsl") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_7ej2g") +}], +"loop": 1, +"name": &"idle", +"speed": 10.0 +}] + +[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_vw3e6"] +load_path = "res://.godot/imported/townie-idle-hair_010.png-167f3b6f162e82089572862de7f679ee.ctex" + +[sub_resource type="AtlasTexture" id="AtlasTexture_m5tli"] +atlas = SubResource("CompressedTexture2D_vw3e6") +region = Rect2(0, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_tsbx7"] +atlas = SubResource("CompressedTexture2D_vw3e6") +region = Rect2(96, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_mvrj5"] +atlas = SubResource("CompressedTexture2D_vw3e6") +region = Rect2(192, 0, 96, 96) + +[sub_resource type="AtlasTexture" id="AtlasTexture_3qs1c"] +atlas = SubResource("CompressedTexture2D_vw3e6") +region = Rect2(0, 0, 96, 96) + +[sub_resource type="SpriteFrames" id="SpriteFrames_35r5d"] +animations = [{ +"frames": [{ +"duration": 10.0, +"texture": SubResource("AtlasTexture_m5tli") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_tsbx7") +}, { +"duration": 8.0, +"texture": SubResource("AtlasTexture_mvrj5") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_3qs1c") +}], +"loop": 1, +"name": &"idle", +"speed": 10.0 +}] + [sub_resource type="ColorPalette" id="ColorPalette_byt3c"] -colors = PackedColorArray(0.9376, 0.824, 0.84959996, 1, 0.922, 0.78, 0.812, 1, 0.7376, 0.624, 0.64959997, 1, 0.08627451, 0.10980392, 0.18039216, 1, 0.7032, 0.5248, 0.33200002, 1, 0.629, 0.406, 0.165, 1, 0.5032, 0.32479998, 0.13200001, 1, 0.08627451, 0.10980392, 0.18039216, 1, 0.5496, 0.4232, 0.59360003, 1, 0.437, 0.279, 0.492, 1, 0.34960002, 0.22320001, 0.39360002, 1, 0.08627451, 0.10980392, 0.18039216, 1) +colors = PackedColorArray(0.49839997, 0.3192, 0.36, 1, 0.373, 0.149, 0.2, 1, 0.2984, 0.119200006, 0.16000001, 1, 0.21176471, 0.2627451, 0.3372549, 1, 0.3064, 0.3552, 0.3976, 1, 0.133, 0.194, 0.247, 1, 0.106400006, 0.1552, 0.19759999, 1, 0.21176471, 0.2627451, 0.3372549, 1, 0.7296, 0.528, 0.54, 1, 0.662, 0.41, 0.425, 1, 0.5296, 0.328, 0.34, 1, 0.08627451, 0.10980392, 0.18039216, 1) [node name="Townie" type="CharacterBody2D" unique_id=1098678013 node_paths=PackedStringArray("cel_shading_recolor")] collision_layer = 2 collision_mask = 0 script = ExtResource("2_xf1o5") +character_seed = 3084417003 cel_shading_recolor = NodePath("CelShadingRecolor") [node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=128596675] @@ -40,7 +124,7 @@ shape = SubResource("CapsuleShape2D_qs15o") [node name="AnimatedSprite2DLegs" type="AnimatedSprite2D" parent="." unique_id=385222684] material = ExtResource("1_nj51j") position = Vector2(-3, -31) -sprite_frames = ExtResource("3_4rgc5") +sprite_frames = ExtResource("5_r7ycj") animation = &"idle" [node name="RandomTextureSpriteBehavior" type="Node2D" parent="AnimatedSprite2DLegs" unique_id=471097323 node_paths=PackedStringArray("sprite")] @@ -58,7 +142,6 @@ metadata/_custom_type_script = "uid://dy68p7gf07pi3" [node name="AnimatedSprite2DBody" type="AnimatedSprite2D" parent="AnimatedSprite2DLegs" unique_id=2098127821] material = ExtResource("1_nj51j") -position = Vector2(0, -12) sprite_frames = ExtResource("16_5y6le") animation = &"idle" autoplay = "idle" @@ -77,7 +160,7 @@ metadata/_custom_type_script = "uid://dy68p7gf07pi3" [node name="AnimatedSprite2DHead" type="AnimatedSprite2D" parent="AnimatedSprite2DLegs/AnimatedSprite2DBody" unique_id=421503015] unique_name_in_owner = true material = ExtResource("1_nj51j") -sprite_frames = ExtResource("22_8wbfo") +sprite_frames = ExtResource("17_syy7w") animation = &"idle" autoplay = "idle" @@ -95,14 +178,13 @@ metadata/_custom_type_script = "uid://dy68p7gf07pi3" [node name="AnimatedSprite2DHair" type="AnimatedSprite2D" parent="AnimatedSprite2DLegs/AnimatedSprite2DBody/AnimatedSprite2DHead" unique_id=2123781958] material = ExtResource("1_nj51j") -sprite_frames = ExtResource("33_m1eb2") +sprite_frames = ExtResource("16_vw3e6") animation = &"idle" -autoplay = "idle" metadata/_edit_lock_ = true [node name="RandomTextureSpriteBehavior" type="Node2D" parent="AnimatedSprite2DLegs/AnimatedSprite2DBody/AnimatedSprite2DHead/AnimatedSprite2DHair" unique_id=358939124 node_paths=PackedStringArray("sprite")] script = ExtResource("5_8nfuc") -sprite_frames = Array[SpriteFrames]([ExtResource("20_syy7w"), ExtResource("33_m1eb2"), ExtResource("22_4rgc5"), ExtResource("23_umw6f"), ExtResource("24_hskxo")]) +sprite_frames = Array[SpriteFrames]([ExtResource("20_syy7w"), ExtResource("33_m1eb2"), ExtResource("22_4rgc5"), ExtResource("23_umw6f"), ExtResource("24_hskxo"), SubResource("SpriteFrames_hskxo"), SubResource("SpriteFrames_35r5d"), null, ExtResource("24_35r5d"), ExtResource("25_r7ycj"), ExtResource("26_hbfaq"), ExtResource("16_vw3e6"), ExtResource("27_5y6le")]) sprite = NodePath("..") metadata/_custom_type_script = "uid://boyesrjdix688" @@ -117,3 +199,5 @@ script = ExtResource("2_nj51j") shader_material = ExtResource("1_nj51j") new_colors_palette = SubResource("ColorPalette_byt3c") metadata/_custom_type_script = "uid://c0a7xf5qx8p4y" + +[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=732489483] From a21660df32a9147ba7f177f05b012f102613748f Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 17 Sep 2026 18:30:58 -0500 Subject: [PATCH 3/3] Cambio de peinado 7 --- .../sprite_frames/townie-hair_007.tres | 18 ++-- .../npcs/components/townie-idle-hair_007.png | 4 +- .../townie-idle-hair_007.png.import | 2 +- .../game_elements/characters/npcs/townie.tscn | 91 ++----------------- 4 files changed, 19 insertions(+), 96 deletions(-) diff --git a/scenes/game_elements/characters/components/sprite_frames/townie-hair_007.tres b/scenes/game_elements/characters/components/sprite_frames/townie-hair_007.tres index 3b4a7782af..568ddc085f 100644 --- a/scenes/game_elements/characters/components/sprite_frames/townie-hair_007.tres +++ b/scenes/game_elements/characters/components/sprite_frames/townie-hair_007.tres @@ -1,20 +1,20 @@ [gd_resource type="SpriteFrames" format=3 uid="uid://t0iw50a5qhmo"] -[ext_resource type="Texture2D" uid="uid://7jsay73ttm5b" path="res://scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png" id="1_72a21"] +[ext_resource type="Texture2D" uid="uid://cjps73bi2dfuo" path="res://scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png" id="1_72a21"] -[sub_resource type="AtlasTexture" id="AtlasTexture_7gh4k"] +[sub_resource type="AtlasTexture" id="AtlasTexture_u6o88"] atlas = ExtResource("1_72a21") region = Rect2(0, 0, 96, 96) -[sub_resource type="AtlasTexture" id="AtlasTexture_mrekq"] +[sub_resource type="AtlasTexture" id="AtlasTexture_2mvps"] atlas = ExtResource("1_72a21") region = Rect2(96, 0, 96, 96) -[sub_resource type="AtlasTexture" id="AtlasTexture_4axxl"] +[sub_resource type="AtlasTexture" id="AtlasTexture_710yw"] atlas = ExtResource("1_72a21") region = Rect2(192, 0, 96, 96) -[sub_resource type="AtlasTexture" id="AtlasTexture_fkdsj"] +[sub_resource type="AtlasTexture" id="AtlasTexture_ona5e"] atlas = ExtResource("1_72a21") region = Rect2(0, 0, 96, 96) @@ -22,16 +22,16 @@ region = Rect2(0, 0, 96, 96) animations = [{ "frames": [{ "duration": 10.0, -"texture": SubResource("AtlasTexture_7gh4k") +"texture": SubResource("AtlasTexture_u6o88") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_mrekq") +"texture": SubResource("AtlasTexture_2mvps") }, { "duration": 8.0, -"texture": SubResource("AtlasTexture_4axxl") +"texture": SubResource("AtlasTexture_710yw") }, { "duration": 1.0, -"texture": SubResource("AtlasTexture_fkdsj") +"texture": SubResource("AtlasTexture_ona5e") }], "loop": 1, "name": &"idle", diff --git a/scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png b/scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png index 033245e8c1..10b8f73df0 100644 --- a/scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png +++ b/scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b93dc7c9246e55ae2da46406d73d39c535b288babf4a8a8009c8ab4dde99f5df -size 879 +oid sha256:200bdece8a3f7f7c1398f75cd9a09eb6ec313311ce3fc841f1b26a8fd7da2a2c +size 1047 diff --git a/scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png.import b/scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png.import index 54b1a8a4c0..d8199cbe6f 100644 --- a/scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png.import +++ b/scenes/game_elements/characters/npcs/components/townie-idle-hair_007.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://7jsay73ttm5b" +uid="uid://cjps73bi2dfuo" path="res://.godot/imported/townie-idle-hair_007.png-22d4a56dfa9b32f034cc3bed03c4dc4c.ctex" metadata={ "vram_texture": false diff --git a/scenes/game_elements/characters/npcs/townie.tscn b/scenes/game_elements/characters/npcs/townie.tscn index a0e996db36..a9b37f5ac1 100644 --- a/scenes/game_elements/characters/npcs/townie.tscn +++ b/scenes/game_elements/characters/npcs/townie.tscn @@ -29,92 +29,14 @@ [sub_resource type="CapsuleShape2D" id="CapsuleShape2D_qs15o"] -[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_umw6f"] -load_path = "res://.godot/imported/townie-idle-hair_008.png-319927804a63467b3143ad4fdb502368.ctex" - -[sub_resource type="AtlasTexture" id="AtlasTexture_0uerg"] -atlas = SubResource("CompressedTexture2D_umw6f") -region = Rect2(0, 0, 96, 96) - -[sub_resource type="AtlasTexture" id="AtlasTexture_1fwmp"] -atlas = SubResource("CompressedTexture2D_umw6f") -region = Rect2(96, 0, 96, 96) - -[sub_resource type="AtlasTexture" id="AtlasTexture_4pqsl"] -atlas = SubResource("CompressedTexture2D_umw6f") -region = Rect2(192, 0, 96, 96) - -[sub_resource type="AtlasTexture" id="AtlasTexture_7ej2g"] -atlas = SubResource("CompressedTexture2D_umw6f") -region = Rect2(0, 0, 96, 96) - -[sub_resource type="SpriteFrames" id="SpriteFrames_hskxo"] -animations = [{ -"frames": [{ -"duration": 10.0, -"texture": SubResource("AtlasTexture_0uerg") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_1fwmp") -}, { -"duration": 8.0, -"texture": SubResource("AtlasTexture_4pqsl") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_7ej2g") -}], -"loop": 1, -"name": &"idle", -"speed": 10.0 -}] - -[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_vw3e6"] -load_path = "res://.godot/imported/townie-idle-hair_010.png-167f3b6f162e82089572862de7f679ee.ctex" - -[sub_resource type="AtlasTexture" id="AtlasTexture_m5tli"] -atlas = SubResource("CompressedTexture2D_vw3e6") -region = Rect2(0, 0, 96, 96) - -[sub_resource type="AtlasTexture" id="AtlasTexture_tsbx7"] -atlas = SubResource("CompressedTexture2D_vw3e6") -region = Rect2(96, 0, 96, 96) - -[sub_resource type="AtlasTexture" id="AtlasTexture_mvrj5"] -atlas = SubResource("CompressedTexture2D_vw3e6") -region = Rect2(192, 0, 96, 96) - -[sub_resource type="AtlasTexture" id="AtlasTexture_3qs1c"] -atlas = SubResource("CompressedTexture2D_vw3e6") -region = Rect2(0, 0, 96, 96) - -[sub_resource type="SpriteFrames" id="SpriteFrames_35r5d"] -animations = [{ -"frames": [{ -"duration": 10.0, -"texture": SubResource("AtlasTexture_m5tli") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_tsbx7") -}, { -"duration": 8.0, -"texture": SubResource("AtlasTexture_mvrj5") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_3qs1c") -}], -"loop": 1, -"name": &"idle", -"speed": 10.0 -}] - [sub_resource type="ColorPalette" id="ColorPalette_byt3c"] -colors = PackedColorArray(0.49839997, 0.3192, 0.36, 1, 0.373, 0.149, 0.2, 1, 0.2984, 0.119200006, 0.16000001, 1, 0.21176471, 0.2627451, 0.3372549, 1, 0.3064, 0.3552, 0.3976, 1, 0.133, 0.194, 0.247, 1, 0.106400006, 0.1552, 0.19759999, 1, 0.21176471, 0.2627451, 0.3372549, 1, 0.7296, 0.528, 0.54, 1, 0.662, 0.41, 0.425, 1, 0.5296, 0.328, 0.34, 1, 0.08627451, 0.10980392, 0.18039216, 1) +colors = PackedColorArray(0.8336, 0.7336, 0.5952, 1, 0.792, 0.667, 0.494, 1, 0.6336, 0.53360003, 0.39519998, 1, 0.08627451, 0.10980392, 0.18039216, 1, 0.85040003, 0.6984, 0.3584, 1, 0.813, 0.623, 0.198, 1, 0.65040004, 0.49840003, 0.1584, 1, 0.08627451, 0.10980392, 0.18039216, 1, 0.7490196, 0.49176472, 0.30980393, 1, 0.6862745, 0.3647059, 0.13725491, 1, 0.54901963, 0.2917647, 0.10980393, 1, 0.08627451, 0.10980392, 0.18039216, 1) [node name="Townie" type="CharacterBody2D" unique_id=1098678013 node_paths=PackedStringArray("cel_shading_recolor")] collision_layer = 2 collision_mask = 0 script = ExtResource("2_xf1o5") -character_seed = 3084417003 +character_seed = 4047589224 cel_shading_recolor = NodePath("CelShadingRecolor") [node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=128596675] @@ -124,7 +46,7 @@ shape = SubResource("CapsuleShape2D_qs15o") [node name="AnimatedSprite2DLegs" type="AnimatedSprite2D" parent="." unique_id=385222684] material = ExtResource("1_nj51j") position = Vector2(-3, -31) -sprite_frames = ExtResource("5_r7ycj") +sprite_frames = ExtResource("6_hbfaq") animation = &"idle" [node name="RandomTextureSpriteBehavior" type="Node2D" parent="AnimatedSprite2DLegs" unique_id=471097323 node_paths=PackedStringArray("sprite")] @@ -142,6 +64,7 @@ metadata/_custom_type_script = "uid://dy68p7gf07pi3" [node name="AnimatedSprite2DBody" type="AnimatedSprite2D" parent="AnimatedSprite2DLegs" unique_id=2098127821] material = ExtResource("1_nj51j") +position = Vector2(0, -6) sprite_frames = ExtResource("16_5y6le") animation = &"idle" autoplay = "idle" @@ -160,7 +83,7 @@ metadata/_custom_type_script = "uid://dy68p7gf07pi3" [node name="AnimatedSprite2DHead" type="AnimatedSprite2D" parent="AnimatedSprite2DLegs/AnimatedSprite2DBody" unique_id=421503015] unique_name_in_owner = true material = ExtResource("1_nj51j") -sprite_frames = ExtResource("17_syy7w") +sprite_frames = ExtResource("18_4rgc5") animation = &"idle" autoplay = "idle" @@ -178,13 +101,13 @@ metadata/_custom_type_script = "uid://dy68p7gf07pi3" [node name="AnimatedSprite2DHair" type="AnimatedSprite2D" parent="AnimatedSprite2DLegs/AnimatedSprite2DBody/AnimatedSprite2DHead" unique_id=2123781958] material = ExtResource("1_nj51j") -sprite_frames = ExtResource("16_vw3e6") +sprite_frames = ExtResource("25_r7ycj") animation = &"idle" metadata/_edit_lock_ = true [node name="RandomTextureSpriteBehavior" type="Node2D" parent="AnimatedSprite2DLegs/AnimatedSprite2DBody/AnimatedSprite2DHead/AnimatedSprite2DHair" unique_id=358939124 node_paths=PackedStringArray("sprite")] script = ExtResource("5_8nfuc") -sprite_frames = Array[SpriteFrames]([ExtResource("20_syy7w"), ExtResource("33_m1eb2"), ExtResource("22_4rgc5"), ExtResource("23_umw6f"), ExtResource("24_hskxo"), SubResource("SpriteFrames_hskxo"), SubResource("SpriteFrames_35r5d"), null, ExtResource("24_35r5d"), ExtResource("25_r7ycj"), ExtResource("26_hbfaq"), ExtResource("16_vw3e6"), ExtResource("27_5y6le")]) +sprite_frames = Array[SpriteFrames]([ExtResource("20_syy7w"), ExtResource("33_m1eb2"), ExtResource("22_4rgc5"), ExtResource("23_umw6f"), ExtResource("24_hskxo"), ExtResource("24_35r5d"), ExtResource("25_r7ycj"), ExtResource("26_hbfaq"), ExtResource("16_vw3e6"), ExtResource("27_5y6le")]) sprite = NodePath("..") metadata/_custom_type_script = "uid://boyesrjdix688"