actual initial commit lmao
This commit is contained in:
10
scripts/interaction_point.gd
Normal file
10
scripts/interaction_point.gd
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user