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/BeachHole/BeachHole.gd
Normal file
10
Interactions/BeachHole/BeachHole.gd
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
extends Interaction
|
||||
|
||||
@onready var holeInterface:Window = $BeachHoleMenu
|
||||
|
||||
func _ready():
|
||||
add_action("Reach In", open_hole_window)
|
||||
|
||||
func open_hole_window():
|
||||
holeInterface.popup_centered()
|
||||
holeInterface.opened()
|
||||
11
Interactions/BeachHole/BeachHoleInteraction.tscn
Normal file
11
Interactions/BeachHole/BeachHoleInteraction.tscn
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://dr1lpq37n4qar"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c5ded8kcouyci" path="res://Interactions/Interactable/interaction.tscn" id="1_w616a"]
|
||||
[ext_resource type="Script" path="res://Interactions/BeachHole/BeachHole.gd" id="2_jywrk"]
|
||||
[ext_resource type="PackedScene" uid="uid://baol6qs3m4f1h" path="res://UI/BeachHole/BeachHoleMenu.tscn" id="3_455h4"]
|
||||
|
||||
[node name="BeachHoleInteraction" instance=ExtResource("1_w616a")]
|
||||
script = ExtResource("2_jywrk")
|
||||
|
||||
[node name="BeachHoleMenu" parent="." index="1" instance=ExtResource("3_455h4")]
|
||||
visible = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue