Bugbot data is now stored with each marker, so that it can be retrieved without additional server calls.

This commit is contained in:
Jamie Greunbaum
2024-05-21 19:24:46 -04:00
parent 1f000909bb
commit 75bd3d2793
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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