Click-on tile handle system #74

Merged
CoCo_Sol merged 12 commits from select-tiles into main 2024-03-09 14:51:46 +00:00
Showing only changes of commit 685436a8eb - Show all commits

View file

@ -10,7 +10,7 @@ use super::Tile;
#[derive(Event)]
pub struct TileJustClicked(pub u32);
/// A event that is triggered when a mouse button is clicked.
/// An event that is triggered when a mouse button is clicked.
///
/// The event contains the position of the cursor in the world.
#[derive(Event)]