missing edge of screen

Discuss IB/IBx engine ideas, bugs, etc.
Post Reply
Pongo
Posts: 156
Joined: Fri Jan 22, 2021 8:39 am

missing edge of screen

Post by Pongo »

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
screen.png (242.01 KiB) Viewed 5654 times
User avatar
slowdive
Site Admin
Posts: 509
Joined: Wed Jan 15, 2020 4:37 am

Re: missing edge of screen

Post by slowdive »

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,
Pongo
Posts: 156
Joined: Fri Jan 22, 2021 8:39 am

Re: missing edge of screen

Post by Pongo »

Thanks - will try this later!
Post Reply