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/SupplyBoxes/MoneyBox.png
Normal file
BIN
Objects/Faire/SupplyBoxes/MoneyBox.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1 KiB |
34
Objects/Faire/SupplyBoxes/MoneyBox.png.import
Normal file
34
Objects/Faire/SupplyBoxes/MoneyBox.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://krqtpo3dyd1u"
|
||||
path="res://.godot/imported/MoneyBox.png-a8dc62e8f35eb0961140ad09c85be20e.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Faire/SupplyBoxes/MoneyBox.png"
|
||||
dest_files=["res://.godot/imported/MoneyBox.png-a8dc62e8f35eb0961140ad09c85be20e.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
Objects/Faire/SupplyBoxes/SnacksBox.png
Normal file
BIN
Objects/Faire/SupplyBoxes/SnacksBox.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
34
Objects/Faire/SupplyBoxes/SnacksBox.png.import
Normal file
34
Objects/Faire/SupplyBoxes/SnacksBox.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://8pnoey3km8hj"
|
||||
path="res://.godot/imported/SnacksBox.png-e29bc7445283effb8d427b2da2c4d673.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Faire/SupplyBoxes/SnacksBox.png"
|
||||
dest_files=["res://.godot/imported/SnacksBox.png-e29bc7445283effb8d427b2da2c4d673.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
|
||||
43
Objects/Faire/SupplyBoxes/money_box.tscn
Normal file
43
Objects/Faire/SupplyBoxes/money_box.tscn
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://ci7bpnflmv8d6"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://xdiytyukup38" path="res://Objects/Scavengeable/scavenge_item.tscn" id="1_ccjrb"]
|
||||
[ext_resource type="Texture2D" uid="uid://krqtpo3dyd1u" path="res://Objects/Faire/SupplyBoxes/MoneyBox.png" id="2_6c6nq"]
|
||||
[ext_resource type="Script" path="res://Items/Paper/FaireTicket.gd" id="3_f0d8q"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_tmb64"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_6c6nq")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="MoneyBox" instance=ExtResource("1_ccjrb")]
|
||||
y_sort_enabled = true
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(-1, 0)
|
||||
sprite_frames = SubResource("SpriteFrames_tmb64")
|
||||
|
||||
[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 = 20
|
||||
dropItemClasses = Array[Resource]([ExtResource("3_f0d8q")])
|
||||
dropItemProbabilities = Array[int]([1])
|
||||
xpRewards = Array[int]([25])
|
||||
dropItemLocationOffsets = Array[Vector2]([Vector2(-40, 45), Vector2(0, 45), Vector2(30, 30)])
|
||||
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
[editable path="Scavengeable"]
|
||||
45
Objects/Faire/SupplyBoxes/snacks_box.tscn
Normal file
45
Objects/Faire/SupplyBoxes/snacks_box.tscn
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://dmy8ko88t3r1m"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://xdiytyukup38" path="res://Objects/Scavengeable/scavenge_item.tscn" id="1_i5fee"]
|
||||
[ext_resource type="Texture2D" uid="uid://8pnoey3km8hj" path="res://Objects/Faire/SupplyBoxes/SnacksBox.png" id="2_afj4j"]
|
||||
[ext_resource type="Script" path="res://Items/Foods/Snack/OnionRing.gd" id="3_h052a"]
|
||||
[ext_resource type="Script" path="res://Items/Foods/Snack/Churro.gd" id="4_s2c2r"]
|
||||
[ext_resource type="Script" path="res://Items/Foods/Snack/Lollipop.gd" id="5_cw6sq"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_o5trx"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_afj4j")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="MoneyBox" instance=ExtResource("1_i5fee")]
|
||||
y_sort_enabled = true
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(-1, 0)
|
||||
sprite_frames = SubResource("SpriteFrames_o5trx")
|
||||
|
||||
[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 = 12
|
||||
dropItemClasses = Array[Resource]([ExtResource("3_h052a"), ExtResource("4_s2c2r"), ExtResource("5_cw6sq")])
|
||||
dropItemProbabilities = Array[int]([1, 1, 1])
|
||||
xpRewards = Array[int]([7, 8, 7])
|
||||
dropItemLocationOffsets = Array[Vector2]([Vector2(-40, 45), Vector2(0, 45), Vector2(30, 30)])
|
||||
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
[editable path="Scavengeable"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue