bevy/examples/picking
Tim 2526410096
Clean up the simple_picking example (#15633)
## Solution

- Removed superfluous `Pickable` components
- Slightly simplified the code for updating the text color
- Removed the `Pointer<Click>` observer from the mesh entirely since
that doesn't support picking yet
2024-10-04 01:31:21 +00:00
..
simple_picking.rs Clean up the simple_picking example (#15633) 2024-10-04 01:31:21 +00:00
sprite_picking.rs Fix typo in sprite_picking.rs example (#15292) 2024-09-19 00:46:40 +00:00