1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-06 08:43:02 +00:00

stretch < -1 (seems not to be working correctly)

This commit is contained in:
Zeno Rogue
2020-05-09 18:33:37 +02:00
parent c35705cc5c
commit 29c7faa264
2 changed files with 12 additions and 4 deletions

View File

@@ -843,7 +843,7 @@ EX void showEuclideanMenu() {
XLAT(
"Stretch the metric along the fibers. This can currently be done in rotation spaces and in 8-cell, 24-cell and 120-cell. "
"Value of 0 means not stretched, -1 means S2xE or H2xE (works only in the limit). "
"Only the raycaster is implemented for stretched geometry, so you will see only walls."
"Only the raycaster is implemented for stretched geometry, so you will see only walls. (Must be > -1)"
)
);
dialog::reaction = ray::reset_raycaster;