bevy_ecs_tilemap icon indicating copy to clipboard operation
bevy_ecs_tilemap copied to clipboard

Feature Request: Add `TileCenter(TilePos)` to `TilemapAnchor`

Open shanecelis opened this issue 10 months ago • 0 comments

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.

shanecelis avatar Feb 26 '25 21:02 shanecelis