.
This commit is contained in:
parent
b13ad89a61
commit
815c4c20e9
@ -61,10 +61,10 @@ local function getState()
|
|||||||
state["dataGoalPathProgress"] = 0
|
state["dataGoalPathProgress"] = 0
|
||||||
state["dataCurrentRow"] = 0
|
state["dataCurrentRow"] = 0
|
||||||
state["dataCurrentPathProgress"] = 0
|
state["dataCurrentPathProgress"] = 0
|
||||||
state["posX"] = 0
|
state["x"] = 0
|
||||||
state["posY"] = 0
|
state["y"] = 0
|
||||||
state["posZ"] = 0
|
state["z"] = 0
|
||||||
state["rotation"] = 0 --towards south (pos Z)
|
state["r"] = 0 --towards south (pos Z)
|
||||||
state["startX"] = 0
|
state["startX"] = 0
|
||||||
state["startY"] = 0
|
state["startY"] = 0
|
||||||
state["startZ"] = 0
|
state["startZ"] = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user