1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 14:02:59 +00:00

various text improvements, and translation update

This commit is contained in:
Zeno Rogue
2018-11-01 19:00:49 +01:00
parent 25fe045c4d
commit c80705be84
7 changed files with 159 additions and 23 deletions

View File

@@ -635,7 +635,7 @@ void show() {
};
});
}
dialog::addBoolItem(XLAT("no movement"), ma == maNone, '0');
dialog::addBoolItem(XLAT("no movement animation"), ma == maNone, '0');
dialog::add_action([] () { ma = maNone; });
dialog::addBoolItem(XLAT("translation"), ma == maTranslation, '1');
dialog::add_action([] () { ma = maTranslation; });