Bugs are now filed with their position information, and loaded into Godot with their proper positions intact.

This commit is contained in:
Jamie Greunbaum
2024-05-26 02:32:55 -04:00
parent 5b4dc53a62
commit ded09a8fa8
6 changed files with 109 additions and 67 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ var title : String
var body : String
var component : StringName
var map_name : StringName
var marker_location : StringName
var marker_position : Vector3
var marker_normal : Vector3
var platform : StringName
var operating_system : StringName
var is_open : bool