missing edge of screen
missing edge of screen
I seem to be missing a few pixels on the far right of the screen on v197. You can see it in this screenshot - the box around the character portrait only has three green sides, for example. Is it the same for anyone else?
- Attachments
-
- screen.png (242.01 KiB) Viewed 15112 times
Re: missing edge of screen
Maybe try changing the "MainUILayout.json" file in your module's "data" folder. Try decreasing the "shownLocX" value by a few pixels:
Code: Select all
"tag": "portraitPanel",
"backgroundImageFilename": "ui_bg_portraits",
"hiding": false,
"showing": false,
"shownLocX": 1800,
"shownLocY": 0,
"currentLocX": 1800,
"currentLocY": 0,
"hiddenLocX": 1920,
"hiddenLocY": 0,
"hidingXIncrement": 1,
"hidingYIncrement": 0,
"Width": 118,
"Height": 1030,
Re: missing edge of screen
Thanks - will try this later!