mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-19 16:07:40 +00:00
better description of movement compass
This commit is contained in:
@@ -783,7 +783,7 @@ void showGraphConfig() {
|
|||||||
|
|
||||||
menuitem_sightrange();
|
menuitem_sightrange();
|
||||||
|
|
||||||
dialog::addSelItem(XLAT("compass size"), its(vid.mobilecompasssize), 'C');
|
dialog::addSelItem(XLAT("move by clicking on compass"), its(vid.mobilecompasssize), 'C');
|
||||||
|
|
||||||
dialog::addItem(XLAT("customize colors and aura"), 'c');
|
dialog::addItem(XLAT("customize colors and aura"), 'c');
|
||||||
|
|
||||||
@@ -863,7 +863,7 @@ void showGraphConfig() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(xuni == 'C') {
|
if(xuni == 'C') {
|
||||||
dialog::editNumber(vid.mobilecompasssize, 0, 100, 10, 20, XLAT("compass size"), "");
|
dialog::editNumber(vid.mobilecompasssize, 0, 100, 10, 20, XLAT("compass size"), XLAT("0 to disable"));
|
||||||
// we need to check the moves
|
// we need to check the moves
|
||||||
dialog::reaction = checkmove;
|
dialog::reaction = checkmove;
|
||||||
dialog::bound_low(0);
|
dialog::bound_low(0);
|
||||||
|
Reference in New Issue
Block a user