Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Fixed Tile Size

A topic by ignamiranda created Aug 27, 2020 Views: 484 Replies: 1
Viewing posts 1 to 2

Why does the resolution splitting function of the app use a division variable? The resolution your video card can process is a fixed amount so I feel like you should just be able to set that resolution and have it be consistent, regardless of the overall source video size. I'm curious to hear if there are reasons why you chose otherwise.

Developer

It was causing confusion for a lot of people who didn't know what values to use.

Also, let's say a image of 1000X1000

Doing a split of 800X800 / 200X800 / 800X200 / 200X200

it take more less the same time of doing 500X500 / 500X500 / 500x500 / 500x500