It's Cow Game! Version 2.04!

This commit is contained in:
PajamaBee 2024-09-19 23:06:51 -05:00
commit a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "Again"
description = "Behold a Ash Ash"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/AshAshSticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/AshAshStickerShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "Condiment of Flame"
description = "Eat a BBQ Sauce (can't be old)"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/BBQSauceSticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/BBQSauceShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "Basket 2"
description = "Hang up a Basket Basket"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/BasketBasketSticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/BasketBasketShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "Containment Friend"
description = "Hang up a Basket on a String"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/BasketOnAStringSticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/BasketOnAStringShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "Barked Beer"
description = "Drink a Birch Beer"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/BirchBeerSticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/BirchBeerShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "1 Fancy Skeleton"
description = "Place all 11 bones in a basket"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/BonesSticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/BonesShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "Sugared Concentrate"
description = "Eat a Candy Candy"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/CandyCandySticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/CandyCandyShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "Essence of Chew"
description = "Behold a Caramelized Caramel"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/CaramelSticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/CaramelShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "Delicious Delicacy"
description = "Eat an item with at least 125% edibility"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/DelicacySticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/DelicacyShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "Portable Biodome"
description = "Place all 7 forest mushrooms in a basket"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/FungiSticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/FungiShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "Mmmm green"
description = "Drink a Green Soda Juice"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/GreenSodaJuiceSticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/GreenSodaJuiceShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "Tastes like Juice"
description = "Drink a Juice Juice"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/JuiceJuiceSticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/JuiceJuiceShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "Ketchupton Decor"
description = "Hang up a Ketchup Basket (can't be old ketchup)"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/KetchupBasketSticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/KetchupBasketShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "Heavenly Spaghetti"
description = "Eat a Knotted Cloud"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/KnottedCloudSticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/KnottedCloudShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "I broke it..."
description = "Play a Knotted Sticky Hand"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/KnottedStickyHandAchievement.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/KnottedStickyHandShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "75 WCing Beaver"
description = "Receive a Magic Stick from a Beaver"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/MagicStickSticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/MagicStickShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "Mmmm leafs"
description = "Drink a Maple Tea"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/MapleTeaSticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/MapleTeaShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "Where did I get this?"
description = "Behold a Raisin"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/RaisinSticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/RaisinShadow.png")

View file

@ -0,0 +1,7 @@
extends Achievement
func initialize():
achievementName = "Reuse Reuse Reuse"
description = "Refill 3 different items in a row"
achievementStickerSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/RefillSticker.png")
achievementShadowSprite = load("res://Achievements/AchievementScripts/Collecting/Sprites/RefillShadow.png")

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://4hlu4dmwiavs"
path="res://.godot/imported/AshAshSticker.png-2cd12b348e1a26dfcf54b3c2715c62d1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/AshAshSticker.png"
dest_files=["res://.godot/imported/AshAshSticker.png-2cd12b348e1a26dfcf54b3c2715c62d1.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: 340 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://couvmkc63jqb"
path="res://.godot/imported/AshAshStickerShadow.png-89af52d3904c04e0bd2729e1815b311f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/AshAshStickerShadow.png"
dest_files=["res://.godot/imported/AshAshStickerShadow.png-89af52d3904c04e0bd2729e1815b311f.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: 240 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b6va7suw81jr4"
path="res://.godot/imported/BBQSauceShadow.png-aa3c633b024b83ac8af867a9b3e9f366.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/BBQSauceShadow.png"
dest_files=["res://.godot/imported/BBQSauceShadow.png-aa3c633b024b83ac8af867a9b3e9f366.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: 331 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bbsx1se6jglp2"
path="res://.godot/imported/BBQSauceSticker.png-e910c7f766446e3e83fb113ce11f42ff.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/BBQSauceSticker.png"
dest_files=["res://.godot/imported/BBQSauceSticker.png-e910c7f766446e3e83fb113ce11f42ff.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: 437 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dsugja2uw288t"
path="res://.godot/imported/BasketBasketShadow.png-566a180c4b6f64e15c7cbef0cfe99e9a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/BasketBasketShadow.png"
dest_files=["res://.godot/imported/BasketBasketShadow.png-566a180c4b6f64e15c7cbef0cfe99e9a.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: 938 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://3nm8dbj16ewi"
path="res://.godot/imported/BasketBasketSticker.png-ffb574691642cb9a6a7bd300e3f7017f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/BasketBasketSticker.png"
dest_files=["res://.godot/imported/BasketBasketSticker.png-ffb574691642cb9a6a7bd300e3f7017f.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: 408 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d3t3gsn4pscl7"
path="res://.godot/imported/BasketOnAStringShadow.png-f3faa70f3df1b56d87f45f0e1b25e4cd.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/BasketOnAStringShadow.png"
dest_files=["res://.godot/imported/BasketOnAStringShadow.png-f3faa70f3df1b56d87f45f0e1b25e4cd.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: 972 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c77kroowj8jjx"
path="res://.godot/imported/BasketOnAStringSticker.png-d834cb44633013b889a087b49aa69e68.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/BasketOnAStringSticker.png"
dest_files=["res://.godot/imported/BasketOnAStringSticker.png-d834cb44633013b889a087b49aa69e68.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: 348 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ctepho4ddsdrg"
path="res://.godot/imported/BirchBeerShadow.png-fb8c4591ba2bd6614cccd4ff5c7126b3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/BirchBeerShadow.png"
dest_files=["res://.godot/imported/BirchBeerShadow.png-fb8c4591ba2bd6614cccd4ff5c7126b3.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: 644 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bpy50cg2eslva"
path="res://.godot/imported/BirchBeerSticker.png-31a1003f04890a01e0f0a5ca6cf697c1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/BirchBeerSticker.png"
dest_files=["res://.godot/imported/BirchBeerSticker.png-31a1003f04890a01e0f0a5ca6cf697c1.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: 452 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c5ovx0laa7etn"
path="res://.godot/imported/BonesShadow.png-83d8944f6f911b641f81a4f3dfa95126.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/BonesShadow.png"
dest_files=["res://.godot/imported/BonesShadow.png-83d8944f6f911b641f81a4f3dfa95126.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: 2.1 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dkx3a7v5h6723"
path="res://.godot/imported/BonesSticker.png-aa19d0acb15c54cebd88af224410b084.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/BonesSticker.png"
dest_files=["res://.godot/imported/BonesSticker.png-aa19d0acb15c54cebd88af224410b084.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: 246 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ltr3ux1ren5o"
path="res://.godot/imported/CandyCandyShadow.png-e675e38057a19f9906209a70c5127edf.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/CandyCandyShadow.png"
dest_files=["res://.godot/imported/CandyCandyShadow.png-e675e38057a19f9906209a70c5127edf.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: 320 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://clj36m4fliil4"
path="res://.godot/imported/CandyCandySticker.png-2eaf5f390d0f187cae8b64a4033095e2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/CandyCandySticker.png"
dest_files=["res://.godot/imported/CandyCandySticker.png-2eaf5f390d0f187cae8b64a4033095e2.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: 325 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cm4elate6ofil"
path="res://.godot/imported/CaramelShadow.png-ea918777669acbfd1e8a09b9e0f253fc.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/CaramelShadow.png"
dest_files=["res://.godot/imported/CaramelShadow.png-ea918777669acbfd1e8a09b9e0f253fc.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: 479 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cpxls5kwx7utj"
path="res://.godot/imported/CaramelSticker.png-854693b71fa7d4b0281468b1e5fa11c3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/CaramelSticker.png"
dest_files=["res://.godot/imported/CaramelSticker.png-854693b71fa7d4b0281468b1e5fa11c3.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: 246 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://byxmjrqjxl1ce"
path="res://.godot/imported/DelicacyShadow.png-146ec01c49dc40750de092925cf3d545.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/DelicacyShadow.png"
dest_files=["res://.godot/imported/DelicacyShadow.png-146ec01c49dc40750de092925cf3d545.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: 460 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dm35uybq2xote"
path="res://.godot/imported/DelicacySticker.png-598b3508d026a3a593353a3a6262b398.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/DelicacySticker.png"
dest_files=["res://.godot/imported/DelicacySticker.png-598b3508d026a3a593353a3a6262b398.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: 287 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://hoex3at6fi8e"
path="res://.godot/imported/DilutedWaterShadow.png-3736eec69c994acb4ef765c5e6a6d921.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/DilutedWaterShadow.png"
dest_files=["res://.godot/imported/DilutedWaterShadow.png-3736eec69c994acb4ef765c5e6a6d921.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: 353 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ce2og66uni3ya"
path="res://.godot/imported/DilutedWaterSticker.png-5483655ac760a68eba6c4cc00f66d7f1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/DilutedWaterSticker.png"
dest_files=["res://.godot/imported/DilutedWaterSticker.png-5483655ac760a68eba6c4cc00f66d7f1.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: 419 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://vv4p6bnist3a"
path="res://.godot/imported/FungiShadow.png-cb944904e496f9d335f7b91fba5b34a2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/FungiShadow.png"
dest_files=["res://.godot/imported/FungiShadow.png-cb944904e496f9d335f7b91fba5b34a2.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: 1.4 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://byx6kwoxbuufw"
path="res://.godot/imported/FungiSticker.png-ffa677cffbc4fe57ef41e2bdf3559c23.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/FungiSticker.png"
dest_files=["res://.godot/imported/FungiSticker.png-ffa677cffbc4fe57ef41e2bdf3559c23.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: 324 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c8k2ufp10s8gc"
path="res://.godot/imported/GreenSodaJuiceShadow.png-67590f4166102eebd6e55c708d61143f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/GreenSodaJuiceShadow.png"
dest_files=["res://.godot/imported/GreenSodaJuiceShadow.png-67590f4166102eebd6e55c708d61143f.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: 941 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://61i30qav667o"
path="res://.godot/imported/GreenSodaJuiceSticker.png-30f052f02536a1e12176a829cfc75f36.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/GreenSodaJuiceSticker.png"
dest_files=["res://.godot/imported/GreenSodaJuiceSticker.png-30f052f02536a1e12176a829cfc75f36.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: 318 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://derokod853u8d"
path="res://.godot/imported/JuiceJuiceShadow.png-2be121e74f714387374425f079aee67d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/JuiceJuiceShadow.png"
dest_files=["res://.godot/imported/JuiceJuiceShadow.png-2be121e74f714387374425f079aee67d.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: 937 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://df7phtav4adnx"
path="res://.godot/imported/JuiceJuiceSticker.png-8d6d8f24d0f3a29a36118c1082b4661b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/JuiceJuiceSticker.png"
dest_files=["res://.godot/imported/JuiceJuiceSticker.png-8d6d8f24d0f3a29a36118c1082b4661b.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: 436 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c4jensg4xhxrm"
path="res://.godot/imported/KetchupBasketShadow.png-7a18d02edba29638a2d3cf91f8dad9b3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/KetchupBasketShadow.png"
dest_files=["res://.godot/imported/KetchupBasketShadow.png-7a18d02edba29638a2d3cf91f8dad9b3.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: 927 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dpp61q64govfk"
path="res://.godot/imported/KetchupBasketSticker.png-12c18a8b8784f4dd0d1c39391c97d3be.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/KetchupBasketSticker.png"
dest_files=["res://.godot/imported/KetchupBasketSticker.png-12c18a8b8784f4dd0d1c39391c97d3be.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: 376 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dkgt3e61n4s4e"
path="res://.godot/imported/KnottedCloudShadow.png-1466642eea1fcdc96c2c9b19f49a59cc.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/KnottedCloudShadow.png"
dest_files=["res://.godot/imported/KnottedCloudShadow.png-1466642eea1fcdc96c2c9b19f49a59cc.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: 548 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://brxggrfupif5x"
path="res://.godot/imported/KnottedCloudSticker.png-e4735922a8001e167b492f8eb448eeb0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/KnottedCloudSticker.png"
dest_files=["res://.godot/imported/KnottedCloudSticker.png-e4735922a8001e167b492f8eb448eeb0.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: 656 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b00ddvmjhi3h4"
path="res://.godot/imported/KnottedStickyHandAchievement.png-65db15494738b83062b28c780451dad8.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/KnottedStickyHandAchievement.png"
dest_files=["res://.godot/imported/KnottedStickyHandAchievement.png-65db15494738b83062b28c780451dad8.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: 347 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://co0x2scqq5jfw"
path="res://.godot/imported/KnottedStickyHandShadow.png-097d0c18924aa37f7cee0bee6d73fbfb.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/KnottedStickyHandShadow.png"
dest_files=["res://.godot/imported/KnottedStickyHandShadow.png-097d0c18924aa37f7cee0bee6d73fbfb.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: 402 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bvd21204f30m1"
path="res://.godot/imported/LeakyBasketShadow.png-a6425ba4085b23bb2c8c50a17b5de088.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/LeakyBasketShadow.png"
dest_files=["res://.godot/imported/LeakyBasketShadow.png-a6425ba4085b23bb2c8c50a17b5de088.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: 613 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bnuvq3jx47fk4"
path="res://.godot/imported/LeakyBasketSticker.png-28ad6d8802ef7188a59b5a8dbfc17ca8.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/LeakyBasketSticker.png"
dest_files=["res://.godot/imported/LeakyBasketSticker.png-28ad6d8802ef7188a59b5a8dbfc17ca8.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: 343 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dru6333ncvo4f"
path="res://.godot/imported/MagicStickShadow.png-baa8e262112e3800f9b2e3967397bfef.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/MagicStickShadow.png"
dest_files=["res://.godot/imported/MagicStickShadow.png-baa8e262112e3800f9b2e3967397bfef.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: 562 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dmt01vqi6veuc"
path="res://.godot/imported/MagicStickSticker.png-84e0f5e34f31adc36ae72768c2e9d0fc.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/MagicStickSticker.png"
dest_files=["res://.godot/imported/MagicStickSticker.png-84e0f5e34f31adc36ae72768c2e9d0fc.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: 452 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d2wve12l1qgym"
path="res://.godot/imported/MapleTeaShadow.png-af2c9a5e17f75e509317ed37066ba320.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/MapleTeaShadow.png"
dest_files=["res://.godot/imported/MapleTeaShadow.png-af2c9a5e17f75e509317ed37066ba320.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: 852 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c3o1v2g6n0slb"
path="res://.godot/imported/MapleTeaSticker.png-8d3b0a7d6c01794ae365964e2e1c8549.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/MapleTeaSticker.png"
dest_files=["res://.godot/imported/MapleTeaSticker.png-8d3b0a7d6c01794ae365964e2e1c8549.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: 295 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://biocs8lmt6ao0"
path="res://.godot/imported/RaisinShadow.png-a4c5b7fbe2f2d757eb27e6c9a8ded2c0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/RaisinShadow.png"
dest_files=["res://.godot/imported/RaisinShadow.png-a4c5b7fbe2f2d757eb27e6c9a8ded2c0.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: 697 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cmbjsrhy3ay41"
path="res://.godot/imported/RaisinSticker.png-94ee0e943e063f966d3cb7029fd0d5d1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Achievements/AchievementScripts/Collecting/Sprites/RaisinSticker.png"
dest_files=["res://.godot/imported/RaisinSticker.png-94ee0e943e063f966d3cb7029fd0d5d1.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: 385 B

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