Hover over text now grabs text from object your looking at for custom text on every object

This commit is contained in:
2024-06-05 14:14:37 -05:00
parent 454c39cb50
commit 8eedc33456
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
class_name Interactable
extends Node3D
@export var promt_message:String
@export var promt_message:String = "press e"
@export var promt_key:String