bevy_ecs_tilemap
bevy_ecs_tilemap copied to clipboard
Feature Request: Add `TileCenter(TilePos)` to `TilemapAnchor`
If the TilemapAnchor PR is accepted, it may be nice to have another variant TileCenter(TilePos). Then the default can be TileCenter(TilePos::new(0,0)) instead of None which may be clearer.