It's Cow Game! Version 2.04!
This commit is contained in:
commit
a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions
10
Interactions/Juicing/Juicer.gd
Normal file
10
Interactions/Juicing/Juicer.gd
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
extends Interaction
|
||||
|
||||
@onready var juicerInterface:Window = $JuicingMenu
|
||||
|
||||
func _ready():
|
||||
add_action("Juice", open_juicing_window)
|
||||
|
||||
func open_juicing_window():
|
||||
juicerInterface.popup_centered()
|
||||
juicerInterface.opened()
|
||||
11
Interactions/Juicing/juicer.tscn
Normal file
11
Interactions/Juicing/juicer.tscn
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://ce073wnh6shlq"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c5ded8kcouyci" path="res://Interactions/Interactable/interaction.tscn" id="1_wbtyj"]
|
||||
[ext_resource type="PackedScene" uid="uid://dodoaqx11kq4o" path="res://UI/Juicing/juicing_menu.tscn" id="2_gg6iq"]
|
||||
[ext_resource type="Script" path="res://Interactions/Juicing/Juicer.gd" id="2_ugit7"]
|
||||
|
||||
[node name="Juicer" instance=ExtResource("1_wbtyj")]
|
||||
script = ExtResource("2_ugit7")
|
||||
|
||||
[node name="JuicingMenu" parent="." index="0" instance=ExtResource("2_gg6iq")]
|
||||
visible = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue