Frames in the middle of the screen (center)
Posted: Thu Jul 11, 2013 1:29 pm
When you are in windowned mode, and with the windown small, then the frame is placed next to the player, something like so;
(P is the player)
And when you resize, then it is correct, like this:
Code: Select all
P ______________________
| |
|____________________|
And when you resize, then it is correct, like this:
Code: Select all
______________________
| P |
|____________________|