cargo fix
This commit is contained in:
parent
4a833da757
commit
1afb7f4e3d
10 changed files with 29 additions and 47 deletions
6
docs/queries.rs
Normal file
6
docs/queries.rs
Normal 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>>>,
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue