mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-03 18:22:49 +00:00
crystal view_coordinates in tour
This commit is contained in:
parent
e86e6267ec
commit
48c99f296a
@ -813,7 +813,7 @@ EX bool crystal_cell(cell *c, shiftmatrix V) {
|
|||||||
queuestr(V, 0.3, its(d), 0xFFFFFF, 1);
|
queuestr(V, 0.3, its(d), 0xFFFFFF, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(view_coordinates && WDIM == 2 && cheater) {
|
if(view_coordinates && WDIM == 2 && (cheater || tour::on)) {
|
||||||
|
|
||||||
auto m = crystal_map();
|
auto m = crystal_map();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user