It's Cow Game! Version 2.04!
This commit is contained in:
commit
a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions
11
Interactions/BasketStorage/BasketStorage.gd
Normal file
11
Interactions/BasketStorage/BasketStorage.gd
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
extends Interaction
|
||||
|
||||
func _ready():
|
||||
add_action("Place Basket", place_basket)
|
||||
add_action("Storage", open_storage)
|
||||
|
||||
func place_basket():
|
||||
get_parent().show_basket_changing_window()
|
||||
|
||||
func open_storage():
|
||||
get_parent().show_basket_storage_window()
|
||||
7
Interactions/BasketStorage/BasketStorage.tscn
Normal file
7
Interactions/BasketStorage/BasketStorage.tscn
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://cgfdtagfd85h0"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c5ded8kcouyci" path="res://Interactions/Interactable/interaction.tscn" id="1_geerp"]
|
||||
[ext_resource type="Script" path="res://Interactions/BasketStorage/BasketStorage.gd" id="2_im426"]
|
||||
|
||||
[node name="BasketStorage" instance=ExtResource("1_geerp")]
|
||||
script = ExtResource("2_im426")
|
||||
Loading…
Add table
Add a link
Reference in a new issue