Bugbot data is now stored with each marker, so that it can be retrieved without additional server calls.
This commit is contained in:
@@ -13,6 +13,8 @@ enum BugStatus { NEUTRAL, UNRESOLVED, IN_PROGRESS, RESOLVED }
|
||||
@export_group("")
|
||||
@export var enable_info : bool = true : set = set_info_enabled
|
||||
|
||||
var bug_data : BugbotBugData
|
||||
|
||||
var __arrow : MeshInstance3D
|
||||
var __billboard : MeshInstance3D
|
||||
var __info_collider : Area3D
|
||||
|
||||
Reference in New Issue
Block a user