This is the size and font for windowed mode. Changing to the 800x600 font might make you happier.
If set below 256x256 it specifies the grid size instead, with a minimum of 80x25.
If this is set to NO, tiles will be stretched to fit the screen if there is a resolution mismatch.
If this is set to YES, the tiles will not be stretched, but rather the game view will be centralized, surrounded by black space. Tiles that are too large will always be compressed rather than running off the screen.
These doesn't seem to work the way I would expect in 2D or 3D modes. My desktop resolution is 1360x768, I'm using windows.
I have a 1360x768 display and I'm using a window size of 1360x720 with a 16x16 font; I'm expecting to get a grid size of 85x45. However I usually get one of the following results. 1) I get the default 80x25 grid with 16x16 tiles, centered in the window (or upper-left justified); or, 2) I get the default 80x25 grid, with tiles stretched to 17x29 (approximately) to fill the window.
What I'm expecting is to see a grid size of 85x45 of 16x16 tiles filling the entire 1360x720 window without stretching. If you refer to my prior post and look at the screenshots, that should help illustrate what I mean. The final screenshot is what I'm looking for, and it does happen from time to time, but only rarely. I have to start and exit the game probably on the order of 10 times before I get what I want.
I apologize for the large file sizes in this post.
with settings:
[WINDOWED:YES]
[WINDOWEDX:85]
[WINDOWEDY:45]
[FONT:anikki_square_16x16.png]
[RESIZABLE:YES]
[BLACK_SPACE:YES]
[PRINT_MODE:STANDARD]
[SINGLE_BUFFER:NO]
I see:
I got the same result when changing WINDOWX,WINDOWY to 0,0 or 1360,720
I got the same results for 2D mode whether BLACK_SPACE was YES or NO; but the graphics were flush top-left.
with settings:
[WINDOWED:YES]
[WINDOWEDX:85]
[WINDOWEDY:45]
[FONT:anikki_square_16x16.png]
[RESIZABLE:YES]
[BLACK_SPACE:NO]
[PRINT_MODE:STANDARD]
[SINGLE_BUFFER:NO]
I see:
I got the same result when changing WINDOWX,WINDOWY to 1360,720
Below is what I am expecting to see; I've been able to get this to appear twice (which is how I got the screenshot). This result seems to appear arbitrarily. I've had the most success, however, with the following settings
[WINDOWED:YES]
[WINDOWEDX:1360]
[WINDOWEDY:720]
[FONT:anikki_square_16x16.png]
[RESIZABLE:YES]
[BLACK_SPACE:NO]
[PRINT_MODE:2D]
[SINGLE_BUFFER:NO]
I see: