Bug markers now have their info properly set when first created.

This commit is contained in:
Jamie Greunbaum
2024-05-28 18:39:58 -04:00
parent 58bc591405
commit 27b5d593f6
3 changed files with 93 additions and 75 deletions
+2 -2
View File
@@ -131,8 +131,8 @@ func __get_label_ids_for_submission_data(label_array:Array, label_group_id:int,
button.remove_theme_color_override("font_color")
return true
func __submission_response(response:Variant) -> void:
submitted.emit(map_name, bug_location, bug_rotation)
func __submission_response(bug:BugbotBugData) -> void:
submitted.emit(bug)
queue_free()
func _on_cancel_button_pressed() -> void: