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 419e36fb01 - Show all commits

View file

@ -28,7 +28,7 @@ pub enum SelectedTile {
/// The index (ID) of the selected tile. /// The index (ID) of the selected tile.
Tile(u32), Tile(u32),
/// Any tile is selected. /// Zero tile selected.
#[default] #[default]
None, None,
} }