Panakotta00 / FicsIt-Networks

Control, Monitor, Manage and Automate your Satisfactory.
https://ficsit.app/mod/FicsItNetworks
GNU General Public License v3.0
158 stars 51 forks source link

[Indev] Large Control Panel address plane uses non-traditional axes from its origin. #6

Closed yesod-github closed 4 years ago

yesod-github commented 4 years ago

Case: Current: image

Traditional: image

panel = component.proxy('87CFEA0749B45CF20530A19F000BF056')
button = panel.getModule(0,10) -- traditional
print (type(button)) -- prints "nil"
button = panel.getModule(10,0) -- current
print (type(button)) -- prints "table"