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: 1.2 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cjdnb4nwqv3fs"
path="res://.godot/imported/ToysBox.png-9acd761fd1f6fcaa2aead3c743b34161.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Arcade/ToyBoxes/ToysBox.png"
dest_files=["res://.godot/imported/ToysBox.png-9acd761fd1f6fcaa2aead3c743b34161.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,45 @@
[gd_scene load_steps=7 format=3 uid="uid://vcwocduu471t"]
[ext_resource type="PackedScene" uid="uid://xdiytyukup38" path="res://Objects/Scavengeable/scavenge_item.tscn" id="1_5vmkm"]
[ext_resource type="Texture2D" uid="uid://cjdnb4nwqv3fs" path="res://Objects/Arcade/ToyBoxes/ToysBox.png" id="2_57ypw"]
[ext_resource type="Script" path="res://Items/Toys/Other/StickyHand.gd" id="3_103cd"]
[ext_resource type="Script" path="res://Items/Toys/Other/BouncyBall.gd" id="4_n45e8"]
[ext_resource type="Script" path="res://Items/Foods/Snack/SugarStick.gd" id="5_byt3o"]
[sub_resource type="SpriteFrames" id="SpriteFrames_elgyl"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_57ypw")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[node name="ToysBox" instance=ExtResource("1_5vmkm")]
y_sort_enabled = true
[node name="AnimatedSprite2D" parent="." index="0"]
position = Vector2(-1, 0)
sprite_frames = SubResource("SpriteFrames_elgyl")
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
polygon = PackedVector2Array(-33.5, 82.5, 37.5, 83.5, 42.5, 93.5, 25.5, 132.5, -33.5, 133.5)
[node name="Panel" parent="Interactable" index="1"]
offset_left = -33.0
offset_top = 58.0
offset_right = 24.0
offset_bottom = 133.0
[node name="Scavengeable" parent="." index="3"]
scavengeDifficulty = 9
dropItemClasses = Array[Resource]([ExtResource("3_103cd"), ExtResource("4_n45e8"), ExtResource("5_byt3o")])
dropItemProbabilities = Array[int]([1, 2, 2])
xpRewards = Array[int]([11, 9, 4])
dropItemLocationOffsets = Array[Vector2]([Vector2(-40, 45), Vector2(0, 45), Vector2(30, 30)])
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]
[editable path="Scavengeable"]