#How can I increase tile amount available on a Tileset without displacing all of the other tiles?

7 messages · Page 1 of 1 (latest)

jaunty gate
#

If I increase the sprite size of my tileset's width here, it disproportionately displaces all of the other tiles, leaving my rooms looking messy. Is this really unavoidable? How do I properly enlarge it to fit more tiles?

acoustic lance
#

You can make the tileset taller without the tile ids changing

#

since the ids go by rows, making it wider will re-distribute the ids and mess up your rooms, but making it taller will just add more

#

for future tilesets, I often like to make my tile images larger than I need so I can add more tiles later without having this issue and making a super duper tall layout

jaunty gate
#

Alright! works perfectly, thank you. I had mine like that too, but I didnt make the original tileset and ran out of the original missing places, so I tried to enlarge it by width and here we are.

#

Fixed it and it works perfectly, much love tyty <3

rare latch
#

When you resize sprites/tilesets, there is an option where you want to keep the original sprite. By default it is center, but if you select the top-left it will add open space to the right and bottom and you wont have to adjust the tileset or change and numbers.