720p and 1080p selection

With new file I can set 40 tiles to 24 tiles, which is 1280*768.
Is it possible to implement presets for 720p and 1080p ?

There are only options for
40 tiles to 24 tiles= 1280*736
40 tiles to 23 tiles= 1280*704

I can’t see how to set 720p preset.
720p = 1280 x 720 (16:9 aspect ratio)
1080p = 1920 x 1080 (widescreen display -16:9 aspect ratio)

Hmm, your problem seems to be that you can’t set the map size in pixels but rather have to set it in tiles. If you want your tiles to fit the screen exactly, you’ll have to use a tile size and a tile count that makes this so. For example:

Map size: 80x45
Tile size: 16x16

Gets you pixel size: 1280x720

The default tile size is 32x32 because that’s a commonly used size, but you can use any size you want.

1 Like