bevy_simple_tilemap
bevy_simple_tilemap copied to clipboard
Feature request - Tile origin / alignment
Hi, first I would like to thank you for this great library!
Seems like it the tiles draw from the center as default, it would be nice to be able to choose to draw from bottom left corner instead. This is quite easy to work around by just adding half tile size offset to map transform. I think it would still be nice to have the option.