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,18 @@
extends Item
func initialize_stats():
itemName = "Bouncy Goo"
itemDescription = "boing boing boing boing gloop glomp boing boing glomp
gloomp boing boing boing boing glorp boing boing boing glep boing boing glomp."
itemSprite = load("res://Items/Artificial/Goo/Sprites/BouncyGoo.png")
value = 3
weight = 0.7
hardness = 4
edibility = 2
basketPower = 0
basketabilityDifficulty = 90
flammability = 100

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://voqpmgs3ox4"
path="res://.godot/imported/BouncyGoo.png-bd8ab7874574046d53c7a8f00e305b86.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Artificial/Goo/Sprites/BouncyGoo.png"
dest_files=["res://.godot/imported/BouncyGoo.png-bd8ab7874574046d53c7a8f00e305b86.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://c3frwltsgy55o"
path="res://.godot/imported/StickyGoo.png-d916e3b40fe0f6a6910dc9c509b72f8f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Artificial/Goo/Sprites/StickyGoo.png"
dest_files=["res://.godot/imported/StickyGoo.png-d916e3b40fe0f6a6910dc9c509b72f8f.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,17 @@
extends Item
func initialize_stats():
itemName = "Sticky Goo"
itemDescription = "Goo. Not ooze, not goop, sticky goo."
itemSprite = load("res://Items/Artificial/Goo/Sprites/StickyGoo.png")
value = 3
weight = 0.7
hardness = 4
edibility = 2
basketPower = 80
basketabilityDifficulty = 90
flammability = 100