Why are tileset "Snap Options / Step" limited to a max size of 256px?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Eric Ellingson

Basically just the title. I have tiles that are 512px x 512px, and would like to create autotiles. Is there a reason why the largest step option is 256px?

:bust_in_silhouette: Reply From: antopilo

You should scale down your tiles because it makes no sense to have tile of 512 pixels. A normal screen resolution is 1920 wide meaning that 4 tiles would fill a screen. Just scale them down and it would slow down your game a lot.