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/Hole/Hole.gd
Normal file
10
Interactions/Hole/Hole.gd
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
extends Interaction
|
||||
|
||||
@onready var holeInterface:Window = $HoleMenu
|
||||
|
||||
func _ready():
|
||||
add_action("Throw Stuff in There", open_hole_window)
|
||||
|
||||
func open_hole_window():
|
||||
holeInterface.popup_centered()
|
||||
holeInterface.opened()
|
||||
10
Interactions/Hole/HoleInteraction.tscn
Normal file
10
Interactions/Hole/HoleInteraction.tscn
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://bsralfmn77824"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c5ded8kcouyci" path="res://Interactions/Interactable/interaction.tscn" id="1_d14gh"]
|
||||
[ext_resource type="Script" path="res://Interactions/Hole/Hole.gd" id="2_jdexc"]
|
||||
[ext_resource type="PackedScene" uid="uid://bn16f7m6ev1is" path="res://UI/Hole/HoleMenu.tscn" id="3_7q82x"]
|
||||
|
||||
[node name="Hole" instance=ExtResource("1_d14gh")]
|
||||
script = ExtResource("2_jdexc")
|
||||
|
||||
[node name="HoleMenu" parent="." index="1" instance=ExtResource("3_7q82x")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue