1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-18 07:27:40 +00:00

improved the automatic rotation

This commit is contained in:
Zeno Rogue
2018-03-25 15:07:11 +02:00
parent 4d2fc2ba76
commit a10491f3d6
8 changed files with 58 additions and 14 deletions

View File

@@ -6834,3 +6834,17 @@ S("The larger the number, the more twisted it is.",
// parameter for concave barrel
S("Controls the inner radius.", "Określa promień wewnętrzny.")
// improved rotation
S(
"This controls the automatic rotation of the world. "
"It affects the line animation in the history mode, and "
"lands which have a special direction. Note that if finding this special direction is a part of the puzzle, "
"it works only in the cheat mode.",
"To ustawienie steruje automatycznym obracaniem świata. "
"Ma wpływ na animację linii (tryb historii) i "
"krainy ze szczególnym kierunkiem. Jeśli znalezienie "
"tego szczególnego kierunku jest częścią zadania gracza, "
"opcja ta działa tylko w trybie oszusta."
);
S("NEVER", "NIGDY")