It's Cow Game! Version 2.04!
This commit is contained in:
commit
a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions
BIN
Objects/Faire/CottonCandyTree/CottonCandyTree.png
Normal file
BIN
Objects/Faire/CottonCandyTree/CottonCandyTree.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
34
Objects/Faire/CottonCandyTree/CottonCandyTree.png.import
Normal file
34
Objects/Faire/CottonCandyTree/CottonCandyTree.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bx3wiudgf6s42"
|
||||
path="res://.godot/imported/CottonCandyTree.png-d756f52ad4ceca84bae763d12aad7ed3.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Faire/CottonCandyTree/CottonCandyTree.png"
|
||||
dest_files=["res://.godot/imported/CottonCandyTree.png-d756f52ad4ceca84bae763d12aad7ed3.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
|
||||
34
Objects/Faire/CottonCandyTree/CottonCandyTree.tscn
Normal file
34
Objects/Faire/CottonCandyTree/CottonCandyTree.tscn
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://blgg4t7spcxek"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://xdiytyukup38" path="res://Objects/Scavengeable/scavenge_item.tscn" id="1_b5qi5"]
|
||||
[ext_resource type="Texture2D" uid="uid://bx3wiudgf6s42" path="res://Objects/Faire/CottonCandyTree/CottonCandyTree.png" id="2_o163j"]
|
||||
[ext_resource type="Script" path="res://Items/Foods/Snack/CottonCandy.gd" id="3_mq163"]
|
||||
[ext_resource type="Script" path="res://Items/Plants/Leaf.gd" id="4_0yhfp"]
|
||||
[ext_resource type="Script" path="res://Items/Plants/Stick.gd" id="5_t8lc0"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_fsjn4"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_o163j")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="CottonCandyTree" instance=ExtResource("1_b5qi5")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
sprite_frames = SubResource("SpriteFrames_fsjn4")
|
||||
|
||||
[node name="Scavengeable" parent="." index="3"]
|
||||
scavengeDifficulty = 10
|
||||
dropItemClasses = Array[Resource]([ExtResource("3_mq163"), ExtResource("4_0yhfp"), ExtResource("5_t8lc0")])
|
||||
dropItemProbabilities = Array[int]([2, 4, 4])
|
||||
xpRewards = Array[int]([18, 2, 3])
|
||||
dropItemLocationOffsets = Array[Vector2]([Vector2(-75, 6), Vector2(37, 10), Vector2(-37, 10), Vector2(75, 6), Vector2(0, 15)])
|
||||
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
[editable path="Scavengeable"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue