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,10 @@
extends Interaction
@onready var dryingInterface:Window = $DryingMenu
func _ready():
add_action("Dry", open_drying_window)
func open_drying_window():
dryingInterface.popup_centered()
dryingInterface.opened()

View file

@ -0,0 +1,11 @@
[gd_scene load_steps=4 format=3 uid="uid://dcmfjvp8h6k33"]
[ext_resource type="PackedScene" uid="uid://c5ded8kcouyci" path="res://Interactions/Interactable/interaction.tscn" id="1_t86f7"]
[ext_resource type="Script" path="res://Interactions/SunningRock/SunningRockInteration.gd" id="2_fj5d5"]
[ext_resource type="PackedScene" uid="uid://bmse1b3qcae7m" path="res://UI/Drying/DryingMenu.tscn" id="3_rpnda"]
[node name="SunningRockInteraction" instance=ExtResource("1_t86f7")]
script = ExtResource("2_fj5d5")
[node name="DryingMenu" parent="." index="1" instance=ExtResource("3_rpnda")]
visible = false