In the 'load game' menu, when you carry out multiple actions which cause a status text to be written to the bottom of the screen, such as trying to load a savegame without selecting one, the text output will overwrite the buttons. This doesn't look nice and makes the button text hard to read.
I can think of two ways to improve this:
- Placing the buttons below the status text output area
- Placing the buttons to the right edge of the screen and ensuring the lines of status text output are short enough to not overwrite these at the smallest acceptable resolution.