Fixed Typos
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
class_name Interactable
|
||||
extends StaticBody3D
|
||||
|
||||
@export var promt_message:String = "press e"
|
||||
@export var promt_key:String
|
||||
@export var prompt_message:String = "Press e"
|
||||
@export var prompt_key:String
|
||||
|
||||
func interact(player):
|
||||
pass
|
||||
Reference in New Issue
Block a user