Bug markers show a dialogue when selected, giving basic info and offering a link to the bug's webpage.
This commit is contained in:
@@ -2,6 +2,7 @@ class_name BugbotBugData
|
||||
extends Resource
|
||||
|
||||
var id : int = -1
|
||||
var key : StringName
|
||||
var title : String
|
||||
var body : String
|
||||
var component : StringName
|
||||
|
||||
Reference in New Issue
Block a user