Improve selection system #78

Merged
CoCo_Sol merged 14 commits from improve-selection into main 2024-03-19 15:08:43 +00:00
Showing only changes of commit 2a00b0f238 - Show all commits

View file

@ -5,7 +5,6 @@ use bevy::prelude::*;
use super::renderer::TilesGap;
use super::Tile;
/// An event that is triggered when a mouse button is clicked.
///
/// The event contains the position of the cursor in the world.