Bug markers show a dialogue when selected, giving basic info and offering a link to the bug's webpage.

This commit is contained in:
Jamie Greunbaum
2024-06-05 19:26:56 -04:00
parent 695945b783
commit fb66765bce
6 changed files with 37 additions and 2 deletions
+1
View File
@@ -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