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

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

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

BIN
Items/Ash/Ash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

34
Items/Ash/Ash.png.import Normal file
View file

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

BIN
Items/Ash/AshAsh.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://fmhuk7dvrpq3"
path="res://.godot/imported/AshAsh.png-acc4d0740efb1fbbd67e81682d25725e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Items/Ash/AshAsh.png"
dest_files=["res://.godot/imported/AshAsh.png-acc4d0740efb1fbbd67e81682d25725e.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 = "Rare Artifact Ash"
itemDescription = "Looks like someone burned a rare and valuable artifact"
itemSprite = load("res://Items/Ash/RareArtifactAsh.png")
value = 30
weight = 0.01
hardness = 2
edibility = 50
basketPower = 1
basketabilityDifficulty = 99
flammability = 1
itemTypes.append(types.Ash)

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

View file

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