Initial push
This commit is contained in:
commit
3240f07946
335 changed files with 11248 additions and 0 deletions
5
Scripts/Items/goblet.gd
Normal file
5
Scripts/Items/goblet.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends RigidBody3D
|
||||
|
||||
@export var item : Item
|
||||
@onready var interactable : Interactable = $Interactable
|
||||
@onready var is_interactable : bool = true
|
||||
1
Scripts/Items/goblet.gd.uid
Normal file
1
Scripts/Items/goblet.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://bntxwxn6ns5l0
|
||||
5
Scripts/Items/interactable.gd
Normal file
5
Scripts/Items/interactable.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends Node3D
|
||||
|
||||
class_name Interactable
|
||||
|
||||
@onready var outline : MeshInstance3D = $outline
|
||||
1
Scripts/Items/interactable.gd.uid
Normal file
1
Scripts/Items/interactable.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://bahmrqvs4pafg
|
||||
Loading…
Add table
Add a link
Reference in a new issue