BugbotBugData now defaults the normal to Vector3.UP.
This commit is contained in:
parent
c7e78ba4ac
commit
0495c15a6d
@ -7,7 +7,7 @@ var body : String
|
|||||||
var component : StringName
|
var component : StringName
|
||||||
var map_name : StringName
|
var map_name : StringName
|
||||||
var marker_position : Vector3
|
var marker_position : Vector3
|
||||||
var marker_normal : Vector3
|
var marker_normal : Vector3 = Vector3.UP
|
||||||
var platform : StringName
|
var platform : StringName
|
||||||
var operating_system : StringName
|
var operating_system : StringName
|
||||||
var is_open : bool
|
var is_open : bool
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user