Compare commits
1 commit
7ffef5522b
...
deabee9466
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
deabee9466 |
3 changed files with 3 additions and 1 deletions
|
|
@ -107,6 +107,7 @@ fn discard_tile(
|
||||||
tiles: Query<&TileId>,
|
tiles: Query<&TileId>,
|
||||||
) {
|
) {
|
||||||
// FIXME why is this not consuming the messages?
|
// FIXME why is this not consuming the messages?
|
||||||
|
// TODO disable this when we're not current player?
|
||||||
while let Some(message) = selected.read().next() {
|
while let Some(message) = selected.read().next() {
|
||||||
if let Ok(tile_id) = tiles.get(message.0) {
|
if let Ok(tile_id) = tiles.get(message.0) {
|
||||||
stdb.reducers().discard_tile(tile_id.0).unwrap();
|
stdb.reducers().discard_tile(tile_id.0).unwrap();
|
||||||
|
|
|
||||||
|
|
@ -301,3 +301,5 @@ pub(crate) fn render_main_pond(
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub(crate) fn render_other_hands() {}
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
"dev": {
|
"dev": {
|
||||||
"run": ""
|
"run": ""
|
||||||
},
|
},
|
||||||
"_source-config": "spacetime.local.json",
|
|
||||||
"module-path": "jong-line",
|
"module-path": "jong-line",
|
||||||
"server": "local",
|
"server": "local",
|
||||||
"database": "jong-line"
|
"database": "jong-line"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue