Compare commits

...

43 Commits

Author SHA1 Message Date
kziolkowski 83c8a15e5a Added art for updated startscreen to project (but not yet to start menu scene) 2025-06-16 20:56:01 +02:00
kziolkowski 1fcddb7349 changed export presets for new builds 2025-06-16 20:56:01 +02:00
kziolkowski 26cae9b0f8 fixed missing ready plants 2025-06-16 20:56:01 +02:00
kziolkowski 0ebd0c46a0 Added indoor ending 2025-06-16 20:56:01 +02:00
kziolkowski 2226b859df Added WateringCan SFX 2025-06-16 20:56:00 +02:00
kziolkowski 07bcab4454 Added Farming SFX 2025-06-16 20:56:00 +02:00
kziolkowski 4c6d5350b2 Added Background music 2025-06-16 20:56:00 +02:00
kziolkowski f2c492de54 changed label settings for InteractionArea 2025-06-16 20:56:00 +02:00
kziolkowski e269b3ab44 WIP trying to toggle interactable colliders at runtime for fields 2025-06-16 20:56:00 +02:00
kziolkowski 89ae347a91 Added last farming timelines and fixed some minor issues 2025-06-16 20:56:00 +02:00
kziolkowski ddb5547b42 Updated Startscreen and added second tutorial step 2025-06-16 20:56:00 +02:00
kziolkowski afa06d3ee2 Fixed Yeli Y sorting issue and made fields rounded 2025-06-16 20:56:00 +02:00
kziolkowski dd656d5f5f Extended dialogic toggle 2025-06-16 20:56:00 +02:00
kziolkowski cdb62f3c2f Added Cozy Raven Splashscreen 2025-06-16 20:56:00 +02:00
kziolkowski b0f4592fdd Added first working timeline for yelis intro to farming scene 2025-06-16 20:56:00 +02:00
kziolkowski 406c11b581 import statements 2025-06-16 20:56:00 +02:00
kziolkowski 9812006234 Added Yeli sprites and dialogic test timeline as well as prefab 2025-06-16 20:56:00 +02:00
kziolkowski b8e456f7ef moved player2D prefab 2025-06-16 20:55:59 +02:00
Felix Paul 97e5485ef1 Added Yeli Idle and Talk animations 2025-06-16 20:55:59 +02:00
Felix Paul c77563d38e Rerender Harvesting and added Watering animations 2025-06-16 20:55:59 +02:00
Nao c322f7667a Placeholder for Quest Fail added 2025-06-16 20:55:59 +02:00
Nao 68be479a09 New SFX for Door added 2025-06-16 20:55:58 +02:00
Nao dc52d80a92 SFX Quest Complete Placeholder added (need more time) 2025-06-16 20:55:58 +02:00
Nao a84ca9c32c Farm Atmos Nighttime added 2025-06-16 20:55:58 +02:00
Nao 6b1dd04dd5 New SFX and Forest Atmos Nighttime added 2025-06-16 20:55:58 +02:00
Nao 72593ff7c7 SFX for kitchen added (cutlery, plates, etc) and a few renamed 2025-06-16 20:55:57 +02:00
Nao eac135508c SFX Snoring Added 2025-06-16 20:55:57 +02:00
Nao 72c3454728 SFX Door Open and Close added 2025-06-16 20:55:57 +02:00
kziolkowski 523624756e missing import files 2025-06-16 20:55:57 +02:00
kziolkowski d7dfd03241 Deleted unused material folder 2025-06-16 20:55:57 +02:00
ascheck 90cadbea07 ui elemente hinzugefügt für dialog 2025-06-16 20:55:57 +02:00
kziolkowski 83e25f44cd Fixed background parallaxe effect in outdoor scene 2025-06-16 20:55:57 +02:00
kziolkowski 31f19ad139 Code cleanup part 2 2025-06-16 20:55:57 +02:00
kziolkowski c6ec99e87a Project cleanup: Removed 3D scripts and scenes from project. Also renamed and moved some minor stuff. 2025-06-16 20:55:57 +02:00
kziolkowski 1f17cca62d changes from build process 2025-05-28 15:37:04 +02:00
kziolkowski 3e135afecb Added StartScreen and Scene Transition script 2025-05-24 23:50:06 +02:00
kziolkowski 25d8f217ff basic harvesting implemented 2025-05-24 23:16:41 +02:00
kziolkowski a477f9ef4f Implemented field creation and wateringcan fill up animation 2025-05-24 21:47:25 +02:00
kziolkowski b917fb5fbd changed player window size 2025-05-24 21:46:28 +02:00
kziolkowski 47a1326292 state after magic clip done 2025-05-21 02:10:50 +02:00
kziolkowski 708aa8cca4 State after inventory clip (farming mechanic still WIP) 2025-05-21 00:13:58 +02:00
kziolkowski 83f4144b43 Reworked farming tools pickup animations 2025-05-20 23:05:26 +02:00
kziolkowski 2c677a8cda Inventory resource rework and slot aspect fix 2025-05-20 22:27:48 +02:00
407 changed files with 7466 additions and 7649 deletions
+3 -1
View File
@@ -2,6 +2,8 @@
.godot/
/android/
/builds/
/_builds/
/_clips/
# temporary files
**/*.tmp
@@ -9,4 +11,4 @@
**/*~lock~
# override config can be used by developers to override the settings without pushing changes to the repository
override.cfg
override.cfg
+3
View File
@@ -4,4 +4,7 @@
<EnableDynamicLoading>true</EnableDynamicLoading>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Folder Include="prefabs\UI\Inventory\" />
</ItemGroup>
</Project>
+1
View File
@@ -1,4 +1,5 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003AArea3D_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003F_002Econfig_003FJetBrains_003FRider2024_002E3_003Fresharper_002Dhost_003FSourcesCache_003F8a54226fa2e1c9371a8091f24cfd744aef11fe6869527dc23b9b837623a29b9_003FArea3D_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003AAudioStreamPlayer2D_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003F_002Econfig_003FJetBrains_003FRider2025_002E1_003Fresharper_002Dhost_003FSourcesCache_003F848324b1c23114c3f5e8bbb5a42c4ade394c59a7a7a133a66b76581ca571_003FAudioStreamPlayer2D_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003ACastHelpers_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003F_002Econfig_003FJetBrains_003FRider2025_002E1_003Fresharper_002Dhost_003FDecompilerCache_003Fdecompiler_003Fd111abf504bf42b5968a609b168fd093b2e200_003Fbb_003F1c116fcd_003FCastHelpers_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003ANode_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003F_002Econfig_003FJetBrains_003FRider2025_002E1_003Fresharper_002Dhost_003FSourcesCache_003Ff1d69ec2da76ccf9bc8a75c8e0fdca9a7ba1adf8c8c9d5047e2fa5991c02eca_003FNode_002Ecs/@EntryIndexedValue">ForceIncluded</s:String></wpf:ResourceDictionary>
+19
View File
@@ -0,0 +1,19 @@
[gd_resource type="Resource" script_class="DialogicStyle" load_steps=4 format=3 uid="uid://d0w0cnruamnn1"]
[ext_resource type="Script" uid="uid://dfx2htp24tuvm" path="res://addons/dialogic/Resources/dialogic_style_layer.gd" id="1_tjdw8"]
[ext_resource type="Script" uid="uid://b14h380mah4av" path="res://addons/dialogic/Resources/dialogic_style.gd" id="2_ae84x"]
[sub_resource type="Resource" id="Resource_qrxdt"]
script = ExtResource("1_tjdw8")
overrides = {}
[resource]
script = ExtResource("2_ae84x")
name = "New_File"
layer_list = Array[String]([])
layer_info = {
"": SubResource("Resource_qrxdt")
}
base_overrides = {}
layers = Array[ExtResource("1_tjdw8")]([])
metadata/_latest_layer = ""
Binary file not shown.

Before

Width:  |  Height:  |  Size: 728 KiB

After

Width:  |  Height:  |  Size: 728 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 707 KiB

After

Width:  |  Height:  |  Size: 730 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 703 KiB

After

Width:  |  Height:  |  Size: 730 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 705 KiB

After

Width:  |  Height:  |  Size: 729 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 705 KiB

After

Width:  |  Height:  |  Size: 728 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 706 KiB

After

Width:  |  Height:  |  Size: 731 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 713 KiB

After

Width:  |  Height:  |  Size: 732 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 727 KiB

After

Width:  |  Height:  |  Size: 731 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 734 KiB

After

Width:  |  Height:  |  Size: 734 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 733 KiB

After

Width:  |  Height:  |  Size: 736 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 KiB

@@ -2,27 +2,26 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://d1gij124516fl"
path.s3tc="res://.godot/imported/sky_29_2k.png-a941c0e080f4b37a36968dc654dd2c14.s3tc.ctex"
uid="uid://cvaabhgiqp7bp"
path="res://.godot/imported/0001.png-7470dbfc88f42092777094a5bdaf25ef.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
"vram_texture": false
}
[deps]
source_file="res://art/skyboxes/sky_29_2k.png"
dest_files=["res://.godot/imported/sky_29_2k.png-a941c0e080f4b37a36968dc654dd2c14.s3tc.ctex"]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0001.png"
dest_files=["res://.godot/imported/0001.png-7470dbfc88f42092777094a5bdaf25ef.ctex"]
[params]
compress/mode=2
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=true
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
@@ -32,4 +31,4 @@ process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 689 KiB

@@ -2,27 +2,26 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://d2osodaofb2ya"
path.s3tc="res://.godot/imported/sky_34_2k.png-9f6287d0381f17cc068eeb4166c83bd3.s3tc.ctex"
uid="uid://dpmf2o57481b8"
path="res://.godot/imported/0002.png-b78e2b67d8c13987960003972cb78934.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
"vram_texture": false
}
[deps]
source_file="res://art/skyboxes/sky_34_2k.png"
dest_files=["res://.godot/imported/sky_34_2k.png-9f6287d0381f17cc068eeb4166c83bd3.s3tc.ctex"]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0002.png"
dest_files=["res://.godot/imported/0002.png-b78e2b67d8c13987960003972cb78934.ctex"]
[params]
compress/mode=2
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=true
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
@@ -32,4 +31,4 @@ process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 688 KiB

@@ -2,27 +2,26 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://b3uty8l1jdrjk"
path.s3tc="res://.godot/imported/sky_24_2k.png-6eebd1ef02e0e52a98645f3d1879ab9e.s3tc.ctex"
uid="uid://bsx3t2cvbqx4p"
path="res://.godot/imported/0003.png-0f16aa3f3ea53c4f9b343efda51b0e38.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
"vram_texture": false
}
[deps]
source_file="res://art/skyboxes/sky_24_2k.png"
dest_files=["res://.godot/imported/sky_24_2k.png-6eebd1ef02e0e52a98645f3d1879ab9e.s3tc.ctex"]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0003.png"
dest_files=["res://.godot/imported/0003.png-0f16aa3f3ea53c4f9b343efda51b0e38.ctex"]
[params]
compress/mode=2
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=true
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
@@ -32,4 +31,4 @@ process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 686 KiB

@@ -2,27 +2,26 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://df87h8he6c12t"
path.s3tc="res://.godot/imported/sky_37_2k.png-8ba5cf7cc018e8a0a90a73aefe633c16.s3tc.ctex"
uid="uid://bkee42p64j8d2"
path="res://.godot/imported/0004.png-0453a39af53ca32bcbb81d0d5c1fb92f.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
"vram_texture": false
}
[deps]
source_file="res://art/skyboxes/sky_37_2k.png"
dest_files=["res://.godot/imported/sky_37_2k.png-8ba5cf7cc018e8a0a90a73aefe633c16.s3tc.ctex"]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0004.png"
dest_files=["res://.godot/imported/0004.png-0453a39af53ca32bcbb81d0d5c1fb92f.ctex"]
[params]
compress/mode=2
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=true
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
@@ -32,4 +31,4 @@ process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 683 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b36awxh76ycvf"
path="res://.godot/imported/0005.png-f910c94d2af6469e7b41d40d70c2e318.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0005.png"
dest_files=["res://.godot/imported/0005.png-f910c94d2af6469e7b41d40d70c2e318.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 680 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://blgsbqdpeend8"
path="res://.godot/imported/0006.png-bb52fd2e9da47ac7ff5943da39b7bc65.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0006.png"
dest_files=["res://.godot/imported/0006.png-bb52fd2e9da47ac7ff5943da39b7bc65.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 677 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c64utvhx4pa8x"
path="res://.godot/imported/0007.png-3f77ab1c52d5179e71a9e6d62552b787.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0007.png"
dest_files=["res://.godot/imported/0007.png-3f77ab1c52d5179e71a9e6d62552b787.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 676 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://coeorjsbigto2"
path="res://.godot/imported/0008.png-a6654e7f45960af7eeb1ec953b74587f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0008.png"
dest_files=["res://.godot/imported/0008.png-a6654e7f45960af7eeb1ec953b74587f.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 676 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://br6qxdi25w7wx"
path="res://.godot/imported/0009.png-37fd1d6a3fe9fab7e453894189706520.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0009.png"
dest_files=["res://.godot/imported/0009.png-37fd1d6a3fe9fab7e453894189706520.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 676 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dcokm1qv5dtd6"
path="res://.godot/imported/0010.png-3a232b6a4b0b93c70596ee067c953fa6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0010.png"
dest_files=["res://.godot/imported/0010.png-3a232b6a4b0b93c70596ee067c953fa6.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 674 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bo1kgqvhsiknc"
path="res://.godot/imported/0011.png-2e9cf3baa886e5490a83aa2572c42718.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0011.png"
dest_files=["res://.godot/imported/0011.png-2e9cf3baa886e5490a83aa2572c42718.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 675 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d38st0kqpg5jf"
path="res://.godot/imported/0012.png-f78c1a3ea8334f53da48f519cdb9241e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0012.png"
dest_files=["res://.godot/imported/0012.png-f78c1a3ea8334f53da48f519cdb9241e.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 675 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bq6f3vhwws3yo"
path="res://.godot/imported/0013.png-2b7277f8d3d525a3ca59d8a17e696eec.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0013.png"
dest_files=["res://.godot/imported/0013.png-2b7277f8d3d525a3ca59d8a17e696eec.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 677 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cytfeg240rdi2"
path="res://.godot/imported/0014.png-9661bd76169eda6967af79bf95effca1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0014.png"
dest_files=["res://.godot/imported/0014.png-9661bd76169eda6967af79bf95effca1.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 677 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dcqxqh1o3gbjl"
path="res://.godot/imported/0015.png-e8f61e86921f5c813267b0c3ecb46da2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0015.png"
dest_files=["res://.godot/imported/0015.png-e8f61e86921f5c813267b0c3ecb46da2.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 676 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://coinjt2upqynd"
path="res://.godot/imported/0016.png-61db523f950b4f9f092ee06ad351f7b6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0016.png"
dest_files=["res://.godot/imported/0016.png-61db523f950b4f9f092ee06ad351f7b6.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 678 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://blleet1x7mlrj"
path="res://.godot/imported/0017.png-c44b6394590851a5f21d1533ce9ae221.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0017.png"
dest_files=["res://.godot/imported/0017.png-c44b6394590851a5f21d1533ce9ae221.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 681 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dvmp7qlmjn5x5"
path="res://.godot/imported/0018.png-f869d5ef2a1f4b51291d6568e511fc08.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0018.png"
dest_files=["res://.godot/imported/0018.png-f869d5ef2a1f4b51291d6568e511fc08.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 682 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dedlgoxaa276"
path="res://.godot/imported/0019.png-735816453d03508faadace21755121c5.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0019.png"
dest_files=["res://.godot/imported/0019.png-735816453d03508faadace21755121c5.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 684 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://7qjey07qeqjg"
path="res://.godot/imported/0020.png-0c6c16fc7ec18be55f516ec59b0d0367.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0020.png"
dest_files=["res://.godot/imported/0020.png-0c6c16fc7ec18be55f516ec59b0d0367.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 686 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cwxmarscaigbn"
path="res://.godot/imported/0021.png-3ff40839602f23e60016cdbc8eefc59a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0021.png"
dest_files=["res://.godot/imported/0021.png-3ff40839602f23e60016cdbc8eefc59a.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 688 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dvpo3tl6hgvql"
path="res://.godot/imported/0022.png-a74f83462395d977149a8e949fa55191.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0022.png"
dest_files=["res://.godot/imported/0022.png-a74f83462395d977149a8e949fa55191.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 688 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://didhl2aqg4b3r"
path="res://.godot/imported/0023.png-7ec5727c8e64bdf155db52f20652d6e5.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0023.png"
dest_files=["res://.godot/imported/0023.png-7ec5727c8e64bdf155db52f20652d6e5.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 688 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://nx5s6v3sn7wh"
path="res://.godot/imported/0024.png-820460dc692d1da6bf1aba1a9332fe24.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0024.png"
dest_files=["res://.godot/imported/0024.png-820460dc692d1da6bf1aba1a9332fe24.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 690 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cy137nuw2duca"
path="res://.godot/imported/0025.png-5fbf3489321ecbf894e642672ac3de76.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0025.png"
dest_files=["res://.godot/imported/0025.png-5fbf3489321ecbf894e642672ac3de76.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 690 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://do01glxkm67lv"
path="res://.godot/imported/0026.png-8edaeda737b271d00064cea023a76e22.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Vesna2D/Vesna Anims Sequences/D08-Watering/0026.png"
dest_files=["res://.godot/imported/0026.png-8edaeda737b271d00064cea023a76e22.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 753 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c34012j5ukiuf"
path="res://.godot/imported/0001.png-c2c5fa1ce3442a3e658bed852d03857c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0001.png"
dest_files=["res://.godot/imported/0001.png-c2c5fa1ce3442a3e658bed852d03857c.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 753 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cksf38vypfsae"
path="res://.godot/imported/0002.png-d42e5a889e73337a28e0246be7855635.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0002.png"
dest_files=["res://.godot/imported/0002.png-d42e5a889e73337a28e0246be7855635.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 754 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://e8dj27qcpuoo"
path="res://.godot/imported/0003.png-12f73b2429a2e268b7dc0aeafe5ba9f9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0003.png"
dest_files=["res://.godot/imported/0003.png-12f73b2429a2e268b7dc0aeafe5ba9f9.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 754 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c5k63jgxqr0do"
path="res://.godot/imported/0004.png-d54248ac74d096160f0d0df00b7b80d9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0004.png"
dest_files=["res://.godot/imported/0004.png-d54248ac74d096160f0d0df00b7b80d9.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 755 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b8lkbpi220b5h"
path="res://.godot/imported/0005.png-3a848dc1a40d8d8a0f0d4d9b598e6319.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0005.png"
dest_files=["res://.godot/imported/0005.png-3a848dc1a40d8d8a0f0d4d9b598e6319.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 754 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bv5bxpx6vf2h0"
path="res://.godot/imported/0006.png-8a5d4a5af37f1b9e318c2fd1e161f9f9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0006.png"
dest_files=["res://.godot/imported/0006.png-8a5d4a5af37f1b9e318c2fd1e161f9f9.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 754 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cu277u0ulxww"
path="res://.godot/imported/0007.png-528ec6ca649e0feac5bd1e6a2b6c57a2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0007.png"
dest_files=["res://.godot/imported/0007.png-528ec6ca649e0feac5bd1e6a2b6c57a2.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 755 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://f2bdvc7v1s4x"
path="res://.godot/imported/0008.png-48e07965d9517e89b1a016758914aa3f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0008.png"
dest_files=["res://.godot/imported/0008.png-48e07965d9517e89b1a016758914aa3f.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 753 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dn8agfeinv50g"
path="res://.godot/imported/0009.png-63f920aa31ddc9ec3aa1f335d680118b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0009.png"
dest_files=["res://.godot/imported/0009.png-63f920aa31ddc9ec3aa1f335d680118b.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 754 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bvxlsqarusqjs"
path="res://.godot/imported/0010.png-6cdf73aa3299fc71add5d875085f3eb1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0010.png"
dest_files=["res://.godot/imported/0010.png-6cdf73aa3299fc71add5d875085f3eb1.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 753 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dy1lw4e1ff6gj"
path="res://.godot/imported/0011.png-10919c75cf78b9becfddd40ceec22c62.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0011.png"
dest_files=["res://.godot/imported/0011.png-10919c75cf78b9becfddd40ceec22c62.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 752 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bslu8aow07acc"
path="res://.godot/imported/0012.png-f57cddde0686a369fed1a35bb0a95626.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0012.png"
dest_files=["res://.godot/imported/0012.png-f57cddde0686a369fed1a35bb0a95626.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 752 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://csf15c02mvo48"
path="res://.godot/imported/0013.png-98a62f12aaae26cd8153228d5a58ddb0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0013.png"
dest_files=["res://.godot/imported/0013.png-98a62f12aaae26cd8153228d5a58ddb0.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 752 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dpgvsn4wdbc46"
path="res://.godot/imported/0014.png-6a86e5cae72ab0ef212d3b7c0e0ae622.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0014.png"
dest_files=["res://.godot/imported/0014.png-6a86e5cae72ab0ef212d3b7c0e0ae622.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 751 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://l1h0f470dfjp"
path="res://.godot/imported/0015.png-aba0fb9ab526ca67ee5e585c398af980.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0015.png"
dest_files=["res://.godot/imported/0015.png-aba0fb9ab526ca67ee5e585c398af980.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 751 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://da5ri7wid3qgw"
path="res://.godot/imported/0016.png-d110655ed43e706284b422c66b0cfda6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0016.png"
dest_files=["res://.godot/imported/0016.png-d110655ed43e706284b422c66b0cfda6.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
Binary file not shown.

After

Width:  |  Height:  |  Size: 751 KiB

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bndc4f4qfi5s3"
path="res://.godot/imported/0017.png-81925bd12dfa5e32c14e33b3fde1ec10.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/animation/Yeli2D/F01-Yeli_Idle/0017.png"
dest_files=["res://.godot/imported/0017.png-81925bd12dfa5e32c14e33b3fde1ec10.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

Some files were not shown because too many files have changed in this diff Show More