bevy_ecs_tilemap
bevy_ecs_tilemap copied to clipboard
Is there any way to set opacity?
I just found visibility field in TilemapBundle.
We don't currently support this.
Actually, I believe you can do this at the individual tile level with, for example
tile_color: Color::rgba(1., 1., 1., 0.5)