Files
wretched/scripts/interaction_point.gd
2025-08-12 04:49:06 -04:00

11 lines
328 B
GDScript

extends Marker3D
var grabject : bool = false
@export var prompt : String = "Utilize doodad"
@export var icon : String = "eye"
@export var low_height : bool = false
@export var turn_toward_on_use : bool = false
@export var animation : String = "none"
@export var note_style : String = "none"
@export_multiline var note : String