bevy_ecs_tilemap
bevy_ecs_tilemap copied to clipboard
Color example implies texture is mandatory
It would be good to enhance this example and show that it's possible to color tiles without textures. Originally I thought it was necessary to apply a white texture before setting TileColor.
Did we accidentally lose this functionality?
I can't seem to get anything to display without a texture in that example.