cargo fix

This commit is contained in:
Tao Tien 2026-02-15 09:09:04 -08:00
parent 4a833da757
commit 1afb7f4e3d
10 changed files with 29 additions and 47 deletions

6
docs/queries.rs Normal file
View file

@ -0,0 +1,6 @@
commands: Commands
tiles: Query<(&Tile, &TileId, Entity)>,
player: Option<Single<&mut player::Player>>,
hand_ent: Option<Single<Entity, With<Hand>>>,