Changed intractable class script to be it's own script
This commit is contained in:
8
Assets/scripts/Interactable.gd
Normal file
8
Assets/scripts/Interactable.gd
Normal file
@ -0,0 +1,8 @@
|
||||
class_name Interactable
|
||||
extends StaticBody3D
|
||||
|
||||
@export var promt_message:String = "press e"
|
||||
@export var promt_key:String
|
||||
|
||||
func interact(player):
|
||||
pass
|
||||
Reference in New Issue
Block a user