and how does it arrange the areas in relation to each other in order to show it all at once if the a
and how does it arrange the areas in relation to each other in order to show it all at once if the areas have overlapping coordinates in use?
setRoomEnv(roomId, envId)? Which envId corresponds to, say, green?myContainer = myContainer or Adjustable.Container:new({name = "myContainer", width = 100, height = 100})
function myContainer:toggleFixedSize()
if not self.FixedSize then
self.connectedToBorder = {}
self.connectedToBorder.bottom = true
self.connectedToBorder.left = true
self.connectedToBorder.top = true
self.connectedToBorder.right = true
self:setAbsolute(true)
self.FixedSize = true
else
self.connectedToBorder = {}
self.FixedSize = false
end
end