Changed Interactable items to extend Interactable and a

This commit is contained in:
2024-08-16 11:32:06 -05:00
parent eca45edb21
commit 117e371ec2
3 changed files with 5 additions and 13 deletions

View File

@ -1,8 +1,7 @@
extends StaticBody3D
extends Interactable
signal Generator_Started
@export var promt_message:String = "press e"
@export var promt_key:String
@onready var animate = $AnimationPlayer