1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-11 18:00:34 +00:00

extra help about slide changing, disabled Euclidean mode from early slides

This commit is contained in:
Zeno Rogue 2017-10-30 10:32:17 +01:00
parent 055307712a
commit c217d10518

View File

@ -223,7 +223,9 @@ void checkGoodLand(eLand l) {
"get lost there.\n\n" "get lost there.\n\n"
"Remember that you can get to the next slide by pressing Enter.", "Remember that you can get to the next slide by pressing Enter.",
l l
)); ) +
XLAT(" This tutorial will not advance on its own -- you have to press Enter (not while reading help text).");
);
} }
namespace ss { namespace ss {
@ -301,7 +303,7 @@ void start() {
slide default_slides[] = { slide default_slides[] = {
#if ISMOBILE #if ISMOBILE
{"Note for mobiles", 10, LEGAL_ANY | QUICKSKIP, {"Note for mobiles", 10, LEGAL_HYPERBOLIC | QUICKSKIP,
"This tutorial is designed for computers, " "This tutorial is designed for computers, "
"and keys are given for all actions. It will " "and keys are given for all actions. It will "
"work without a keyboard though, although less " "work without a keyboard though, although less "
@ -319,7 +321,7 @@ slide default_slides[] = {
} }
}, },
#endif #endif
{"Introduction", 10, LEGAL_ANY | QUICKSKIP, {"Introduction", 10, LEGAL_HYPERBOLIC | QUICKSKIP,
"This tutorial is mostly aimed to show what is " "This tutorial is mostly aimed to show what is "
"special about the geometry used by HyperRogue. " "special about the geometry used by HyperRogue. "
"It also shows the basics of gameplay, and " "It also shows the basics of gameplay, and "
@ -351,7 +353,7 @@ slide default_slides[] = {
#endif #endif
} }
}, },
{"Basics of gameplay", 11, LEGAL_ANY, {"Basics of gameplay", 11, LEGAL_HYPERBOLIC,
"The game starts in the Icy Lands. Collect the Ice Diamonds " "The game starts in the Icy Lands. Collect the Ice Diamonds "
"(press F1 if you do not know how to move). " "(press F1 if you do not know how to move). "
"After you collect many of them, monsters will start to pose a challenge.\n" "After you collect many of them, monsters will start to pose a challenge.\n"