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"]