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

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://brfa0njn1pkja"
path="res://.godot/imported/ConcentratedJuice.png-06a63faa26606369d4d22d918154c996.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Juice/ConcentratedJuice.png"
dest_files=["res://.godot/imported/ConcentratedJuice.png-06a63faa26606369d4d22d918154c996.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

19
Items/Juice/Juice.gd Normal file
View file

@ -0,0 +1,19 @@
extends Item
func initialize_stats():
itemName = "Juice"
itemDescription = "Juice"
itemSprite = load("res://Items/Juice/JuiceEssence.png")
value = 1
weight = 1
hardness = 2
edibility = 50
basketPower = 100
basketabilityDifficulty = 99
flammability = 1
itemTypes.append(types.Juice)

BIN
Items/Juice/Juice.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://gjrdxo6v8hyd"
path="res://.godot/imported/Juice.png-f0b8ebbe4b09e3ecc3180efb84cf24a4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Juice/Juice.png"
dest_files=["res://.godot/imported/Juice.png-f0b8ebbe4b09e3ecc3180efb84cf24a4.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: 215 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dxw50xlb253wr"
path="res://.godot/imported/JuiceEssence.png-c57c7020f3b9b1c3d1eedb81f9d08f9f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Juice/JuiceEssence.png"
dest_files=["res://.godot/imported/JuiceEssence.png-c57c7020f3b9b1c3d1eedb81f9d08f9f.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

View file

@ -0,0 +1,19 @@
extends Item
func initialize_stats():
itemName = "Ultimate Juice"
itemDescription = "Could this be? The Ultimate Juice?"
itemSprite = load("res://Items/Juice/UltimateJuice.png")
value = 220
weight = 8
hardness = 2
edibility = -50
basketPower = 100
basketabilityDifficulty = 99
flammability = 1
itemTypes.append(types.Juice)

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://deibegnkjuog5"
path="res://.godot/imported/UltimateJuice.png-87886da9c18f37cb7f4c96f64dc561cb.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Juice/UltimateJuice.png"
dest_files=["res://.godot/imported/UltimateJuice.png-87886da9c18f37cb7f4c96f64dc561cb.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