1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 00:17:39 +00:00

changed text: x,y to (x,y)

This commit is contained in:
Zeno Rogue
2018-11-11 12:48:08 +01:00
parent 9d864d7d68
commit 585cab4137
3 changed files with 4 additions and 4 deletions

View File

@@ -7475,7 +7475,7 @@ S("left-handed", "levoruk%ý0")
S(
"This lets you specify the projection as a formula f. "
"The formula has access to the value 'z', which is a complex number corresponding to the x,y coordinates in the currently selected model; "
"The formula has access to the value 'z', which is a complex number corresponding to the (x,y) coordinates in the currently selected model; "
"the point z is mapped to f(z). You can also use the underlying coordinates ux, uy, uz.",
"Toto umožòuje specifikovat projekci ve formì vzorce f. "