Attnam / ivan

Iter Vehemens ad Necem - a continuation of the graphical roguelike by members of http://attnam.com
GNU General Public License v2.0
297 stars 42 forks source link

Window title bar hides confirmation prompts #557

Open bschug opened 5 years ago

bschug commented 5 years ago

When running the game in windowed mode on Windows 10, the window title bar hides a part of the game screen, which just happens to be the part that contains confirmation (y/N) prompts.

andrewtweber commented 5 years ago

What resolution is the game running at? I think the smallest resolution (640x480?) has some issues with things not fitting

AquariusPower commented 5 years ago

You can specifically configure the width and height in windowed mode. At config menu, hit ctrl+f and type: pixels here I have: w = 1366 (the max for screen) h = 718 (the max height less OS top panel and game window title bar height) instead of 768 Obs.: I use linux

bschug commented 5 years ago

Sorry for the late reply, I was out of the country. I was running it at the default resolution of 800 x 600, but it happens at any resolution. To reproduce, simply download the latest release on a Window 10 machine and start without changing anything in the settings. Here is a screenshot. The prompt for leaving the village is hidden by the window title bar.