you should only need to edit the infopanel.json :-) that is the mod that handles the actual layout.. The Hotel mod just adds a default panel to it if missing.
Can you should me an example?
Merged postNevermind. I now see it in the infopanel.json. I wasn't aware of that. You should add that to the documentation.
Merged postI edited infopanel.json but it didn't move:
"ThirdPartyPanels": {
"Hotel": {
"HotelPanel": {
"Autoload": true,
"Dock": "BottomLeftDock",
"Image": {
"Width": 0.0,
"Url": "http://i.imgur.com/dwzul4T.png",
"Available": true,
"AnchorX": "Left",
"AnchorY": "Bottom",
"Height": 0.8,
"Order": 1,
"BackgroundColor": "0 0 0 0",
"Margin": "0 0 0 0"
},
"Text": {
"Width": 2.0,
"Align": "MiddleCenter",
"FontColor": "1 1 1 1",
"FontSize": 10,
"Content": "Hotel Rooms",
"FadeIn": 0.0,
"FadeOut": 0.0,
"Available": true,
"AnchorX": "Left",
"AnchorY": "Bottom",
"Height": 1.0,
"Order": 2,
"BackgroundColor": "0 0 0 0",
"Margin": "0 0.02 0 0"
},
"FadeOut": 0.0,
"Permission": null,
"Available": true,
"AnchorX": "Left",
"AnchorY": "Bottom",
"Width": 0.3,
"Height": 0.95,
"Order": 8,
"BackgroundColor": "0 0 0 0",
"Margin": "0 0 0 0.01"
}
}
},