7 lines
152 B
Rust
7 lines
152 B
Rust
|
|
commands: Commands
|
||
|
|
|
||
|
|
tiles: Query<(&Tile, &TileId, Entity)>,
|
||
|
|
player: Option<Single<&mut player::Player>>,
|
||
|
|
hand_ent: Option<Single<Entity, With<Hand>>>,
|
||
|
|
|