It's Cow Game! Version 2.04!
This commit is contained in:
commit
a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions
7
Interactions/AshBarrel/AshBarrelInteraction.gd
Normal file
7
Interactions/AshBarrel/AshBarrelInteraction.gd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
extends Interaction
|
||||
|
||||
func _ready():
|
||||
add_action("Add Ash", add_ash)
|
||||
|
||||
func add_ash():
|
||||
get_parent().show_ash_barrel_window ()
|
||||
7
Interactions/AshBarrel/AshBarrelInteraction.tscn
Normal file
7
Interactions/AshBarrel/AshBarrelInteraction.tscn
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://bqf30ut0hvmn4"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cgfdtagfd85h0" path="res://Interactions/BasketStorage/BasketStorage.tscn" id="1_xhs42"]
|
||||
[ext_resource type="Script" path="res://Interactions/AshBarrel/AshBarrelInteraction.gd" id="2_k8rjc"]
|
||||
|
||||
[node name="AshBarrelInteraction" instance=ExtResource("1_xhs42")]
|
||||
script = ExtResource("2_k8rjc")
|
||||
Loading…
Add table
Add a link
Reference in a new issue