big ass input system
This commit is contained in:
parent
81cb5c24d4
commit
a6079103a4
6 changed files with 73 additions and 44 deletions
|
|
@ -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>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue