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
|
||||
Loading…
Add table
Add a link
Reference in a new issue