big ass input system

This commit is contained in:
Tao Tien 2026-01-12 21:07:34 -08:00
parent 81cb5c24d4
commit a6079103a4
6 changed files with 73 additions and 44 deletions

View file

@ -30,7 +30,8 @@ pub(crate) fn deal_hands(
Ok(())
}
pub(crate) fn sort_hand(
#[allow(clippy::type_complexity)]
pub fn sort_hands(
mut commands: Commands,
tiles: Populated<&Tile>,
handtiles_entity: Single<Entity, With<HandTiles>>,