It's Cow Game! Version 2.04!
This commit is contained in:
commit
a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions
19
Items/Candy/Candy.gd
Normal file
19
Items/Candy/Candy.gd
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
extends Item
|
||||
|
||||
func initialize_stats():
|
||||
itemName = "Candy"
|
||||
itemDescription = "Candy"
|
||||
itemSprite = load("res://Items/Candy/DefaultCandy.png")
|
||||
|
||||
value = 5
|
||||
weight = 0.2
|
||||
|
||||
hardness = 55
|
||||
edibility = 120
|
||||
|
||||
basketPower = 45
|
||||
basketabilityDifficulty = 50
|
||||
|
||||
flammability = 25
|
||||
|
||||
itemTypes.append(types.Candy)
|
||||
BIN
Items/Candy/Candy.png
Normal file
BIN
Items/Candy/Candy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 236 B |
34
Items/Candy/Candy.png.import
Normal file
34
Items/Candy/Candy.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://drkn76xsy4qof"
|
||||
path="res://.godot/imported/Candy.png-1560666803708427ae096504b70a95a7.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Candy/Candy.png"
|
||||
dest_files=["res://.godot/imported/Candy.png-1560666803708427ae096504b70a95a7.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/Candy/DefaultCandy.png
Normal file
BIN
Items/Candy/DefaultCandy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 248 B |
34
Items/Candy/DefaultCandy.png.import
Normal file
34
Items/Candy/DefaultCandy.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ckv8gw6qsf8oo"
|
||||
path="res://.godot/imported/DefaultCandy.png-77bd85f5069b7faecfa726550c0ca1e6.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Items/Candy/DefaultCandy.png"
|
||||
dest_files=["res://.godot/imported/DefaultCandy.png-77bd85f5069b7faecfa726550c0ca1e6.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
|
||||
Loading…
Add table
Add a link
Reference in a new issue