2 unstable releases
0.16.0 | May 29, 2025 |
---|---|
0.14.0 | Jul 19, 2024 |
#2257 in Game dev
97 downloads per month
63KB
104 lines
bevy_picking_tilemap
Provides a picking backend to add integration with bevy_ecs_tilemap
,
enabling individual Tile entities to receive the picking triggers.
How to use
In addition to the plugins for picking and bevy_ecs_tilemap
, simply add the TilemapBackend
to the App. Then, any entity with the TileBundle
should be able to receive picking events.
- See the
basic
example for more detail.
Dependencies
~46–82MB
~1.5M SLoC