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

translation update: CZ 13.0 included and some fixes

This commit is contained in:
Zeno Rogue
2023-12-27 10:40:04 +01:00
parent 0c7aa7cbe3
commit 3da65f4cd5
4 changed files with 666 additions and 7 deletions

View File

@@ -3217,7 +3217,7 @@ EX int config3 = addHook(hooks_configfile, 100, [] {
);
});
string unitwarn =
"The unit this is value is given in is wall height. "
"The unit this value is given in is wall height. "
"Note that, in exponentially expanding spaces, too high values could cause rendering issues. So "
"if you want infinity, values of 5 or similar should be used -- there is no visible difference "
"from infinity and glitches are avoided.";