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

View file

@ -0,0 +1,18 @@
extends Location
func _ready():
if SaveManager.get_save_value("juiceLakeRefilled", false):
$JuiceRain.emitting = true
$JuiceRain2.emitting = true
$JuiceRain3.emitting = true
func initialize_entry_locations():
#From Juice Lake Hole
entryLocations.append(Vector2(0, 0))
func initialize_camera_limits():
outside = true
leftCameraLimit = -440
rightCameraLimit = 440
upperCameraLimit = -310
lowerCameraLimit = 310

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://j8l4u2vvoeti"
path="res://.godot/imported/JonaldLairEntrance.png-a13d2996f726143547a9afaa461e14d1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Locations/JonaldLair/Entrance/JonaldLairEntrance.png"
dest_files=["res://.godot/imported/JonaldLairEntrance.png-a13d2996f726143547a9afaa461e14d1.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,109 @@
[gd_scene load_steps=8 format=3 uid="uid://mvg6gyo0b0jp"]
[ext_resource type="PackedScene" uid="uid://ds2a1v38jso1e" path="res://Locations/location.tscn" id="1_05enr"]
[ext_resource type="Script" path="res://Locations/JonaldLair/Entrance/JonaldLairEntrance.gd" id="2_1gd3h"]
[ext_resource type="Texture2D" uid="uid://j8l4u2vvoeti" path="res://Locations/JonaldLair/Entrance/JonaldLairEntrance.png" id="3_dsp4g"]
[ext_resource type="PackedScene" uid="uid://spicsevifl6g" path="res://Objects/Travel/TravelBox.tscn" id="4_o7x13"]
[ext_resource type="PackedScene" uid="uid://ct4nhawaciqdp" path="res://NPCs/Jonald/JonaldLairEntranceJonald/jonaldLairGuard.tscn" id="5_ap508"]
[ext_resource type="Texture2D" uid="uid://bl82r0d725nkx" path="res://Particles/Juice/JuiceDrop.png" id="6_wf5jr"]
[sub_resource type="Gradient" id="Gradient_80ku1"]
offsets = PackedFloat32Array(0, 0.196552, 0.217241, 1)
colors = PackedColorArray(1, 1, 1, 1, 0.929412, 0.929412, 0.929412, 1, 0.870588, 0.870588, 0.870588, 0, 1, 1, 1, 0)
[node name="JonaldLairEntrance" instance=ExtResource("1_05enr")]
y_sort_enabled = true
script = ExtResource("2_1gd3h")
[node name="Ground" parent="." index="0"]
z_index = -2
position = Vector2(-889, -1272)
scale = Vector2(2, 2)
[node name="CollisionShape2D" parent="Ground/Area2D" index="0"]
position = Vector2(442.25, 640.25)
[node name="JonaldLairEntranceBG" type="Sprite2D" parent="." index="1"]
z_index = -3
texture = ExtResource("3_dsp4g")
[node name="TravelBox" parent="." index="2" instance=ExtResource("4_o7x13")]
z_index = -1
position = Vector2(-142, 0)
scale = Vector2(0.5, 0.5)
[node name="Panel" parent="TravelBox/Interactable" index="1"]
offset_top = -50.0
offset_bottom = 50.0
[node name="AnimatedSprite2D" parent="TravelBox" index="1"]
position = Vector2(0, 0)
[node name="StaticBody2D" parent="TravelBox" index="2"]
visible = false
[node name="Traveller" parent="TravelBox" index="3"]
destinationNames = Array[String](["Pigeon Park"])
destinationLocations = Array[int]([0])
destinationEntranceID = Array[int]([7])
movementVerb = "Climb to"
[node name="CollisionShape2D" parent="TravelBox/Traveller/InteractionArea" index="0"]
position = Vector2(-6, 0)
[node name="Walls" type="StaticBody2D" parent="." index="3"]
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="Walls" index="0"]
polygon = PackedVector2Array(438, 305, 0, 309, 1, 176, 46, 173, 89, 154, 125, 131, 160, 95, 179, 49, 184, 5, 182, -35, 168, -75, 142, -116, 106, -143, 67, -164, 21, -177, -22, -176, -76, -163, -116, -139, -147, -109, -173, -66, -183, -25, -184, 28, -171, 71, -144, 111, -108, 145, -60, 167, -24, 175, -1, 176, -1, 309, -442, 311, -435, -307, 440, -309)
[node name="Jonald" parent="." index="4" instance=ExtResource("5_ap508")]
position = Vector2(136, 32)
[node name="Jonald2" parent="." index="5" instance=ExtResource("5_ap508")]
position = Vector2(135, -22)
[node name="JuiceRain" type="CPUParticles2D" parent="." index="6"]
y_sort_enabled = true
position = Vector2(0, -322)
emitting = false
amount = 1
lifetime = 3.0
preprocess = 0.8
texture = ExtResource("6_wf5jr")
direction = Vector2(0, 1)
spread = 0.0
gravity = Vector2(0, 800)
color = Color(0.247059, 0.870588, 1, 1)
color_ramp = SubResource("Gradient_80ku1")
[node name="JuiceRain2" type="CPUParticles2D" parent="." index="7"]
y_sort_enabled = true
position = Vector2(-67, -307)
emitting = false
amount = 1
lifetime = 3.0
texture = ExtResource("6_wf5jr")
direction = Vector2(0, 1)
spread = 0.0
gravity = Vector2(0, 800)
color = Color(0.247059, 0.870588, 1, 1)
color_ramp = SubResource("Gradient_80ku1")
[node name="JuiceRain3" type="CPUParticles2D" parent="." index="8"]
y_sort_enabled = true
position = Vector2(89, -304)
emitting = false
amount = 1
lifetime = 3.0
preprocess = 2.2
texture = ExtResource("6_wf5jr")
direction = Vector2(0, 1)
spread = 0.0
gravity = Vector2(0, 800)
color = Color(0.247059, 0.870588, 1, 1)
color_ramp = SubResource("Gradient_80ku1")
[editable path="TravelBox"]
[editable path="TravelBox/Interactable"]
[editable path="TravelBox/Interactable/ActionMenu"]
[editable path="TravelBox/Traveller"]

View file

@ -0,0 +1,12 @@
extends Location
func initialize_entry_locations():
#From Jonald Lair Entrance
entryLocations.append(Vector2(-680, 60))
func initialize_camera_limits():
outside = false
leftCameraLimit = -880
rightCameraLimit = 880
upperCameraLimit = -310
lowerCameraLimit = 310

View file

@ -0,0 +1,279 @@
[gd_scene load_steps=40 format=3 uid="uid://xogviclqd00a"]
[ext_resource type="PackedScene" uid="uid://ds2a1v38jso1e" path="res://Locations/location.tscn" id="1_eplvd"]
[ext_resource type="Script" path="res://Locations/JonaldLair/JonaldLair/JonaldLair.gd" id="2_18cry"]
[ext_resource type="Texture2D" uid="uid://cgvhqlj4667j8" path="res://Locations/JonaldLair/JonaldLair/JonaldLairBG.png" id="3_c3xfa"]
[ext_resource type="PackedScene" uid="uid://coslo600kkkwb" path="res://NPCs/Jonald/jonald.tscn" id="5_cyhua"]
[ext_resource type="Texture2D" uid="uid://bl4mkg8ccwrhk" path="res://MiscArt/White.png" id="5_wtqj5"]
[ext_resource type="Texture2D" uid="uid://4kbvh0d1k2as" path="res://Objects/JonaldLair/LairDoor.png" id="6_38owu"]
[ext_resource type="Texture2D" uid="uid://5qnm0o3vj6y8" path="res://Objects/JonaldLair/JonaldMattress.png" id="7_lsvdd"]
[ext_resource type="PackedScene" uid="uid://dmis0qb56b23e" path="res://NPCs/Jonald/JonaldLairJonalds/EntranceJonald/jonaldLairEntranceGuard.tscn" id="8_y61q4"]
[ext_resource type="Script" path="res://NPCs/Jonald/JonaldLairJonalds/LargeJonald.gd" id="9_n4fpy"]
[ext_resource type="Texture2D" uid="uid://c0e4c8ur0qnsd" path="res://Objects/JonaldLair/Lamp.png" id="10_5k4yb"]
[ext_resource type="Texture2D" uid="uid://cdsd68dseq2pm" path="res://Objects/JonaldLair/TvStand/TvStand.png" id="11_t7cw0"]
[ext_resource type="PackedScene" uid="uid://cqbc8kenvs6f2" path="res://NPCs/Jonald/JonaldPlayingTennis/jonaldTennis.tscn" id="12_eyc20"]
[ext_resource type="Texture2D" uid="uid://bi6d4jkjfsdah" path="res://Objects/JonaldLair/TvStand/TennisAnim/TennisAnim1.png" id="12_l0ovt"]
[ext_resource type="Texture2D" uid="uid://cgfqn3stkf88s" path="res://Objects/JonaldLair/TvStand/TennisAnim/TennisAnim2.png" id="13_je14q"]
[ext_resource type="PackedScene" uid="uid://dhk768odtfjjc" path="res://Objects/GroundItems/GroundItem.tscn" id="13_rjf1x"]
[ext_resource type="Texture2D" uid="uid://dd3urxrug3hkp" path="res://Objects/JonaldLair/TvStand/TennisAnim/TennisAnim3.png" id="14_cpb1a"]
[ext_resource type="Script" path="res://Items/Artificial/Industrial/ExplosiveBarrel.gd" id="14_qsdxd"]
[ext_resource type="Script" path="res://Items/Artificial/Industrial/Gasoline.gd" id="15_c11bv"]
[ext_resource type="Texture2D" uid="uid://dxao3ap2he54h" path="res://Objects/JonaldLair/TvStand/TennisAnim/TennisAnim4.png" id="15_nwyis"]
[ext_resource type="Texture2D" uid="uid://c4tc4a3hbjuos" path="res://Objects/JonaldLair/TvStand/TennisAnim/TennisAnim5.png" id="16_1iop6"]
[ext_resource type="PackedScene" uid="uid://burnkdrtcqvqb" path="res://Objects/SkillSpecific/BasketStorage/BasketStorageSpot.tscn" id="16_b8iq3"]
[ext_resource type="PackedScene" uid="uid://dyum5p1i4skee" path="res://Objects/SkillSpecific/Gardening/PlantingSpot.tscn" id="17_1yp7o"]
[ext_resource type="Texture2D" uid="uid://bg31nxocxael4" path="res://Objects/JonaldLair/TvStand/TennisAnim/TennisAnim6.png" id="17_spyp5"]
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="18_7c0my"]
[ext_resource type="Script" path="res://NPCs/Jonald/JonaldLairJonalds/TinyJonald/TinyJonald.gd" id="18_indrx"]
[ext_resource type="Script" path="res://NPCs/Jonald/JonaldLairJonalds/TennisJonalds/TennisJonald2.gd" id="19_6oq1s"]
[ext_resource type="Script" path="res://NPCs/Jonald/JonaldLairJonalds/TennisJonalds/TennisJonald3.gd" id="20_y6b8w"]
[ext_resource type="Script" path="res://NPCs/Jonald/JonaldLairJonalds/TennisJonalds/TennisJonald1.gd" id="21_13yy4"]
[ext_resource type="Script" path="res://NPCs/Jonald/JonaldLairJonalds/TennisJonalds/TennisJonald5.gd" id="22_2a74r"]
[ext_resource type="AudioStream" uid="uid://buoe2na8j03qu" path="res://Sounds/SFX/Tennis/tennis-ball-hit.mp3" id="22_8b3x5"]
[ext_resource type="Script" path="res://NPCs/Jonald/JonaldLairJonalds/TennisJonalds/TennisJonald6.gd" id="23_8y641"]
[ext_resource type="Script" path="res://NPCs/Jonald/JonaldLairJonalds/TennisJonalds/TennisJonald4.gd" id="24_4wj31"]
[ext_resource type="Texture2D" uid="uid://b6rum4un3704l" path="res://Objects/JonaldLair/Table/Table.png" id="24_nfirh"]
[ext_resource type="Script" path="res://Items/Foods/Liquids/GreenSoda.gd" id="25_6d6it"]
[ext_resource type="Script" path="res://Objects/GroundItems/EmptyKeyPacketGroundItem.gd" id="30_b3klb"]
[ext_resource type="Script" path="res://Items/Artificial/Products/EmptyKeyPacket.gd" id="31_jp0yv"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_27ifb"]
size = Vector2(294, 143)
[sub_resource type="SpriteFrames" id="SpriteFrames_wdgbg"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("12_l0ovt")
}, {
"duration": 1.0,
"texture": ExtResource("13_je14q")
}, {
"duration": 1.0,
"texture": ExtResource("14_cpb1a")
}, {
"duration": 1.0,
"texture": ExtResource("15_nwyis")
}, {
"duration": 1.0,
"texture": ExtResource("16_1iop6")
}, {
"duration": 1.0,
"texture": ExtResource("17_spyp5")
}],
"loop": true,
"name": &"default",
"speed": 10.0
}]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_rr3iw"]
size = Vector2(84, 69)
[node name="JonaldLair" instance=ExtResource("1_eplvd")]
y_sort_enabled = true
script = ExtResource("2_18cry")
[node name="Ground" parent="." index="0"]
z_index = -2
position = Vector2(-889, -1272)
scale = Vector2(2, 2)
[node name="CollisionShape2D" parent="Ground/Area2D" index="0"]
position = Vector2(443.75, 619.5)
[node name="JonaldLairBG" type="Sprite2D" parent="." index="1"]
z_index = -3
texture = ExtResource("3_c3xfa")
[node name="StaticBody2D" type="StaticBody2D" parent="." index="2"]
visible = false
position = Vector2(0, 15)
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="StaticBody2D" index="0"]
polygon = PackedVector2Array(-880, -80, 201, -80, 203, 109, 232, 109, 231, -80, 851, -80, 852, 200, -852, 201, -852, -79, -909, -79, -909, 250, 908, 252, 906, -318, -909, -320, -909, -80)
[node name="The Void" type="Sprite2D" parent="." index="3"]
modulate = Color(0, 0, 0, 1)
z_index = -4
position = Vector2(17.5, 28)
scale = Vector2(27.73, 14.42)
texture = ExtResource("5_wtqj5")
[node name="LairDoor" type="Sprite2D" parent="." index="4"]
position = Vector2(-827, 26)
texture = ExtResource("6_38owu")
offset = Vector2(0, -35)
[node name="DoorPolygon" type="StaticBody2D" parent="." index="5"]
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="DoorPolygon" index="0"]
polygon = PackedVector2Array(-851, 58, -774, 33, -774, 22, -851, 47)
[node name="JonaldMattress" type="Sprite2D" parent="." index="6"]
position = Vector2(668, 22)
texture = ExtResource("7_lsvdd")
offset = Vector2(0, 60)
[node name="JonaldMattressHitbox" type="StaticBody2D" parent="." index="7"]
position = Vector2(660, 69)
[node name="CollisionShape2D" type="CollisionShape2D" parent="JonaldMattressHitbox" index="0"]
position = Vector2(8, 24.5)
shape = SubResource("RectangleShape2D_27ifb")
[node name="Jonald" parent="." index="8" instance=ExtResource("8_y61q4")]
position = Vector2(-803, 74)
[node name="LargeJonald" parent="." index="9" instance=ExtResource("5_cyhua")]
position = Vector2(674, 51)
scale = Vector2(5, 5)
script = ExtResource("9_n4fpy")
[node name="Lamp" type="Sprite2D" parent="." index="10"]
position = Vector2(303, -89)
texture = ExtResource("10_5k4yb")
[node name="TvStand" type="Sprite2D" parent="." index="11"]
position = Vector2(-341, -100)
texture = ExtResource("11_t7cw0")
[node name="StaticBody2D" type="StaticBody2D" parent="TvStand" index="0"]
position = Vector2(313.5, 123)
scale = Vector2(27.73, 14.42)
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="TvStand/StaticBody2D" index="0"]
polygon = PackedVector2Array(-14.3707, -4.71567, -14.4068, -6.44938, -8.20411, -6.44938, -8.20411, -4.64632)
[node name="Tennis" type="AnimatedSprite2D" parent="TvStand" index="1"]
position = Vector2(-8, -22)
sprite_frames = SubResource("SpriteFrames_wdgbg")
offset = Vector2(-0.5, 0)
script = ExtResource("18_7c0my")
[node name="Jonald2" parent="." index="12" instance=ExtResource("5_cyhua")]
position = Vector2(-271, -54)
scale = Vector2(0.3, 0.3)
script = ExtResource("18_indrx")
[node name="Jonald3" parent="." index="13" instance=ExtResource("12_eyc20")]
position = Vector2(-233, -2)
script = ExtResource("19_6oq1s")
[node name="Sprite" parent="Jonald3" index="0"]
randDelayMin = 0.02
randDelayMax = 0.02
[node name="Jonald4" parent="." index="14" instance=ExtResource("12_eyc20")]
position = Vector2(-174, -25)
script = ExtResource("20_y6b8w")
[node name="Sprite" parent="Jonald4" index="0"]
randDelayMin = 0.32
randDelayMax = 0.32
[node name="AudioStreamPlayer2D" parent="Jonald4" index="4"]
stream = ExtResource("22_8b3x5")
[node name="Jonald5" parent="." index="15" instance=ExtResource("12_eyc20")]
position = Vector2(-285, 20)
script = ExtResource("21_13yy4")
[node name="Sprite" parent="Jonald5" index="0"]
randDelayMin = 0.23
randDelayMax = 0.23
[node name="Jonald6" parent="." index="16" instance=ExtResource("12_eyc20")]
position = Vector2(-119, 12)
script = ExtResource("22_2a74r")
[node name="Sprite" parent="Jonald6" index="0"]
randDelayMin = 0.12
randDelayMax = 0.12
[node name="AudioStreamPlayer2D" parent="Jonald6" index="4"]
stream = ExtResource("22_8b3x5")
[node name="Jonald7" parent="." index="17" instance=ExtResource("12_eyc20")]
position = Vector2(-88, -8)
script = ExtResource("23_8y641")
[node name="Sprite" parent="Jonald7" index="0"]
randDelayMax = 0.0
[node name="Jonald8" parent="." index="18" instance=ExtResource("12_eyc20")]
position = Vector2(-189, 26)
script = ExtResource("24_4wj31")
[node name="Sprite" parent="Jonald8" index="0"]
randDelayMin = 0.6
randDelayMax = 0.6
[node name="GroundItem" parent="." index="19" instance=ExtResource("13_rjf1x")]
position = Vector2(-699, -48)
itemClass = ExtResource("14_qsdxd")
[node name="GroundItem5" parent="." index="20" instance=ExtResource("13_rjf1x")]
position = Vector2(578, -49)
script = ExtResource("30_b3klb")
itemClass = ExtResource("31_jp0yv")
[node name="GroundItem6" parent="." index="21" instance=ExtResource("13_rjf1x")]
position = Vector2(670, -30)
script = ExtResource("30_b3klb")
itemClass = ExtResource("31_jp0yv")
[node name="GroundItem2" parent="." index="22" instance=ExtResource("13_rjf1x")]
position = Vector2(-646, -34)
itemClass = ExtResource("15_c11bv")
[node name="BasketStorageSpot" parent="." index="23" instance=ExtResource("16_b8iq3")]
position = Vector2(429, -149)
basketInvName = "JonaldLairBedroom"
[node name="PlantingSpot" parent="." index="24" instance=ExtResource("17_1yp7o")]
position = Vector2(-558, -52)
plantZoneName = "JonaldLairPlant1"
[node name="Table" type="Sprite2D" parent="." index="25"]
position = Vector2(143, -55)
texture = ExtResource("24_nfirh")
offset = Vector2(0, 25)
[node name="StaticBody2D" type="StaticBody2D" parent="Table" index="0"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Table/StaticBody2D" index="0"]
position = Vector2(0, 34.5)
shape = SubResource("RectangleShape2D_rr3iw")
[node name="GroundItem3" parent="." index="26" instance=ExtResource("13_rjf1x")]
position = Vector2(126, -43)
itemClass = ExtResource("25_6d6it")
[node name="GroundItem4" parent="." index="27" instance=ExtResource("13_rjf1x")]
position = Vector2(159, -25)
itemClass = ExtResource("25_6d6it")
[editable path="Jonald3"]
[editable path="Jonald3/Interactable"]
[editable path="Jonald3/Interactable/ActionMenu"]
[editable path="Jonald3/Talkable"]
[editable path="Jonald4"]
[editable path="Jonald4/Interactable"]
[editable path="Jonald4/Interactable/ActionMenu"]
[editable path="Jonald4/Talkable"]
[editable path="Jonald5"]
[editable path="Jonald5/Interactable"]
[editable path="Jonald5/Interactable/ActionMenu"]
[editable path="Jonald5/Talkable"]
[editable path="Jonald6"]
[editable path="Jonald6/Interactable"]
[editable path="Jonald6/Interactable/ActionMenu"]
[editable path="Jonald6/Talkable"]
[editable path="Jonald7"]
[editable path="Jonald7/Interactable"]
[editable path="Jonald7/Interactable/ActionMenu"]
[editable path="Jonald7/Talkable"]
[editable path="Jonald8"]
[editable path="Jonald8/Interactable"]
[editable path="Jonald8/Interactable/ActionMenu"]
[editable path="Jonald8/Talkable"]

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cgvhqlj4667j8"
path="res://.godot/imported/JonaldLairBG.png-cee88468959b91f99826665dacb47c7a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Locations/JonaldLair/JonaldLair/JonaldLairBG.png"
dest_files=["res://.godot/imported/JonaldLairBG.png-cee88468959b91f99826665dacb47c7a.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