StarArawn / bevy_ecs_tilemap

A tilemap rendering crate for bevy which is more ECS friendly.
MIT License
943 stars 198 forks source link

Add Eq implementations for TileTextureIndex, TileVisible, TileFlip #532

Closed andrewhickman closed 4 months ago

andrewhickman commented 6 months ago

These are useful with DetectChangesMut::method.set_if_neq

ChristopherBiscardi commented 4 months ago

thank you @andrewhickman !