How to automatically expand tile at edge while using auto tile?

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

Want to use code to generate room in top down 2d game, the north wall is two tile high, how to auto expand one tile while using autotile, so can include the upper part of the wall?
Thanks!

:bust_in_silhouette: Reply From: timCopwell

The idea behind tileset is to have each tile the same fixed size; so you can’t scale exact tile to have 64x64 size while others remain in 32x32.

If i understood your problem correctly, expected way would be editing spritesheet and bitmasks in way that one tile 'turns into second

Thanks, I think I should unify the tile size.

hsjaaa | 2019-02-07 03:56