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/Forest/Log/Log.png
Normal file
BIN
Objects/Forest/Log/Log.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
34
Objects/Forest/Log/Log.png.import
Normal file
34
Objects/Forest/Log/Log.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://k6r5ymtidfgi"
|
||||
path="res://.godot/imported/Log.png-3686ed3c80d8f7ab521f55f763868b1a.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Forest/Log/Log.png"
|
||||
dest_files=["res://.godot/imported/Log.png-3686ed3c80d8f7ab521f55f763868b1a.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
|
||||
61
Objects/Forest/Log/Log.tscn
Normal file
61
Objects/Forest/Log/Log.tscn
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
[gd_scene load_steps=15 format=3 uid="uid://deuy0rt6t7rhk"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_bhu18"]
|
||||
[ext_resource type="Texture2D" uid="uid://k6r5ymtidfgi" path="res://Objects/Forest/Log/Log.png" id="2_qvlb3"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="3_c7ndx"]
|
||||
[ext_resource type="PackedScene" uid="uid://cgqntk262jowi" path="res://Interactions/Scavenging/scavengeable.tscn" id="4_clr1a"]
|
||||
[ext_resource type="Script" path="res://Interactions/Scavenging/LogScavengeable.gd" id="5_n36bx"]
|
||||
[ext_resource type="Script" path="res://Items/Fungi/AmethystDeceiver.gd" id="5_x741u"]
|
||||
[ext_resource type="Script" path="res://Items/Fungi/BluePinkGill.gd" id="6_4gitp"]
|
||||
[ext_resource type="Script" path="res://Items/Fungi/HairyCurtainCrust.gd" id="7_31wb8"]
|
||||
[ext_resource type="Script" path="res://Items/Fungi/LionsMane.gd" id="8_jg4nf"]
|
||||
[ext_resource type="Script" path="res://Items/Fungi/Mycenachlorophos.gd" id="9_bxpj7"]
|
||||
[ext_resource type="Script" path="res://Items/Fungi/VeiledLady.gd" id="10_myckf"]
|
||||
[ext_resource type="Script" path="res://Items/Fungi/WolfsMilkSlimeMould.gd" id="11_2km8i"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_l05t6"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_qvlb3")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4mn33"]
|
||||
size = Vector2(234, 25)
|
||||
|
||||
[node name="Log" instance=ExtResource("1_bhu18")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(0, -22)
|
||||
sprite_frames = SubResource("SpriteFrames_l05t6")
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
polygon = PackedVector2Array(-108, 12, -114, 0, 76, 0, 114, 0, 103, 14, 62, 18, 10, 18, -36, 15, -94, 15)
|
||||
|
||||
[node name="Interactable" parent="." index="2" instance=ExtResource("3_c7ndx")]
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -117.0
|
||||
offset_top = -37.0
|
||||
offset_right = 116.0
|
||||
offset_bottom = 15.0
|
||||
|
||||
[node name="Scavengeable" parent="." index="3" instance=ExtResource("4_clr1a")]
|
||||
script = ExtResource("5_n36bx")
|
||||
scavengeDifficulty = 30
|
||||
dropItemClasses = Array[Resource]([ExtResource("5_x741u"), ExtResource("6_4gitp"), ExtResource("7_31wb8"), ExtResource("8_jg4nf"), ExtResource("9_bxpj7"), ExtResource("10_myckf"), ExtResource("11_2km8i")])
|
||||
dropItemProbabilities = Array[int]([5, 7, 10, 8, 4, 7, 10])
|
||||
xpRewards = Array[int]([43, 23, 6, 17, 82, 19, 6])
|
||||
dropItemLocationOffsets = Array[Vector2]([Vector2(-100, 20), Vector2(-50, 20), Vector2(0, 20), Vector2(50, 20), Vector2(100, 20)])
|
||||
|
||||
[node name="CollisionShape2D" parent="Scavengeable/InteractionArea" index="0"]
|
||||
position = Vector2(0, 1.5)
|
||||
shape = SubResource("RectangleShape2D_4mn33")
|
||||
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
[editable path="Scavengeable"]
|
||||
BIN
Objects/Forest/Trees/FirTree1.png
Normal file
BIN
Objects/Forest/Trees/FirTree1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
34
Objects/Forest/Trees/FirTree1.png.import
Normal file
34
Objects/Forest/Trees/FirTree1.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://chc3edgqi03e5"
|
||||
path="res://.godot/imported/FirTree1.png-ea9863ab3362f3ff594a276977071b91.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Forest/Trees/FirTree1.png"
|
||||
dest_files=["res://.godot/imported/FirTree1.png-ea9863ab3362f3ff594a276977071b91.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/Forest/Trees/FirTree2.png
Normal file
BIN
Objects/Forest/Trees/FirTree2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
34
Objects/Forest/Trees/FirTree2.png.import
Normal file
34
Objects/Forest/Trees/FirTree2.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dn1qqrdbj3dwc"
|
||||
path="res://.godot/imported/FirTree2.png-7e8239c701af303a409495efab79eb2a.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Forest/Trees/FirTree2.png"
|
||||
dest_files=["res://.godot/imported/FirTree2.png-7e8239c701af303a409495efab79eb2a.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/Forest/Trees/FirTree3.png
Normal file
BIN
Objects/Forest/Trees/FirTree3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
34
Objects/Forest/Trees/FirTree3.png.import
Normal file
34
Objects/Forest/Trees/FirTree3.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cdgpd4vumfl0d"
|
||||
path="res://.godot/imported/FirTree3.png-5d73794424ff4c8b91f309ffbe1c70b8.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Forest/Trees/FirTree3.png"
|
||||
dest_files=["res://.godot/imported/FirTree3.png-5d73794424ff4c8b91f309ffbe1c70b8.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/Forest/Trees/PineConeTree/PineConeTree.png
Normal file
BIN
Objects/Forest/Trees/PineConeTree/PineConeTree.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
34
Objects/Forest/Trees/PineConeTree/PineConeTree.png.import
Normal file
34
Objects/Forest/Trees/PineConeTree/PineConeTree.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://hyktr8hiyxmr"
|
||||
path="res://.godot/imported/PineConeTree.png-63f08c0d0943771584b7c3a5ed8e705a.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Forest/Trees/PineConeTree/PineConeTree.png"
|
||||
dest_files=["res://.godot/imported/PineConeTree.png-63f08c0d0943771584b7c3a5ed8e705a.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
|
||||
45
Objects/Forest/Trees/PineConeTree/PineConeTree.tscn
Normal file
45
Objects/Forest/Trees/PineConeTree/PineConeTree.tscn
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://bcww7fmye2u2p"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://xdiytyukup38" path="res://Objects/Scavengeable/scavenge_item.tscn" id="1_6bmme"]
|
||||
[ext_resource type="Texture2D" uid="uid://hyktr8hiyxmr" path="res://Objects/Forest/Trees/PineConeTree/PineConeTree.png" id="2_aryt0"]
|
||||
[ext_resource type="Script" path="res://Items/Plants/Branch.gd" id="3_lveeu"]
|
||||
[ext_resource type="Script" path="res://Items/Plants/Pinecone.gd" id="4_kqodb"]
|
||||
[ext_resource type="Script" path="res://Items/Plants/PineNeedles.gd" id="5_202m7"]
|
||||
[ext_resource type="Script" path="res://Items/Natural/Resin.gd" id="6_bujmp"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_tthpk"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_aryt0")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="OakTree" instance=ExtResource("1_6bmme")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(-2, -132)
|
||||
sprite_frames = SubResource("SpriteFrames_tthpk")
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
polygon = PackedVector2Array(-9.5, 76.5, 19.5, 76.5, 19.5, 90.5, -9.5, 90.5)
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -27.0
|
||||
offset_top = -42.0
|
||||
offset_right = 29.0
|
||||
offset_bottom = 90.0
|
||||
|
||||
[node name="Scavengeable" parent="." index="3"]
|
||||
scavengeDifficulty = 15
|
||||
dropItemClasses = Array[Resource]([ExtResource("3_lveeu"), ExtResource("4_kqodb"), ExtResource("5_202m7"), ExtResource("6_bujmp")])
|
||||
dropItemProbabilities = Array[int]([2, 2, 3, 1])
|
||||
xpRewards = Array[int]([5, 7, 3, 21])
|
||||
dropItemLocationOffsets = Array[Vector2]([Vector2(-70, 6), Vector2(35, 10), Vector2(-35, 10), Vector2(70, 6), Vector2(0, 15)])
|
||||
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
[editable path="Scavengeable"]
|
||||
24
Objects/Forest/Trees/PineTree1.tscn
Normal file
24
Objects/Forest/Trees/PineTree1.tscn
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://cfveswu45muln"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_87367"]
|
||||
[ext_resource type="Texture2D" uid="uid://chc3edgqi03e5" path="res://Objects/Forest/Trees/FirTree1.png" id="2_xd74j"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_i17as"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_xd74j")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="PineTree1" instance=ExtResource("1_87367")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(-4, -133)
|
||||
sprite_frames = SubResource("SpriteFrames_i17as")
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
polygon = PackedVector2Array(-15, -6, 14, -6, 14, 1, -15, 1)
|
||||
24
Objects/Forest/Trees/PineTree2.tscn
Normal file
24
Objects/Forest/Trees/PineTree2.tscn
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://dgvg3xiwut2qs"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_yad7c"]
|
||||
[ext_resource type="Texture2D" uid="uid://dn1qqrdbj3dwc" path="res://Objects/Forest/Trees/FirTree2.png" id="2_iwo3s"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_co4lx"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_iwo3s")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="PineTree2" instance=ExtResource("1_yad7c")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(-4, -134)
|
||||
sprite_frames = SubResource("SpriteFrames_co4lx")
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
polygon = PackedVector2Array(-15, -6, 14, -6, 14, 1, -15, 1)
|
||||
24
Objects/Forest/Trees/PineTree3.tscn
Normal file
24
Objects/Forest/Trees/PineTree3.tscn
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://c8itdnsneucud"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_88i6s"]
|
||||
[ext_resource type="Texture2D" uid="uid://cdgpd4vumfl0d" path="res://Objects/Forest/Trees/FirTree3.png" id="2_bgc1g"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_vm5ay"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_bgc1g")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="PineTree3" instance=ExtResource("1_88i6s")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(-1, -137)
|
||||
sprite_frames = SubResource("SpriteFrames_vm5ay")
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
polygon = PackedVector2Array(-15, -6, 16, -6, 16, 0, -15, 0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue