updated name
This commit is contained in:
parent
fc48919b38
commit
71bd43baf7
@ -36,7 +36,7 @@
|
||||
"MeasureMovement": false,
|
||||
"MeshIndex": -1,
|
||||
"Name": "Bag",
|
||||
"Nickname": "jaqenZann's Navigation Overlay",
|
||||
"Nickname": "Navigation Overlay",
|
||||
"Snap": true,
|
||||
"Sticky": true,
|
||||
"Tooltip": true,
|
||||
|
@ -84,7 +84,7 @@ function click_setCamera(_, color)
|
||||
|
||||
--Send values to main tile
|
||||
for _, v in ipairs(getObjects()) do
|
||||
if v.getName() == "jaqenZann's Navigation Overlay Tile" then
|
||||
if v.getName() == "Navigation Overlay Tile" then
|
||||
v.call('updateEditCamera', { { pos.x, pos.y, pos.z }, tonumber(pitch), rot.y, tonumber(distance) })
|
||||
break
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user