1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-16 10:09:43 +00:00

press '0' to exit the Tutorial

This commit is contained in:
Zeno Rogue
2019-01-02 16:22:06 +01:00
parent 06cfd5e2d6
commit 279f4fa0a0
2 changed files with 6 additions and 0 deletions

View File

@@ -427,6 +427,7 @@ void showMission() {
dialog::addItem(XLAT("next slide"), SDLK_RETURN);
dialog::addItem(XLAT("previous slide"), SDLK_BACKSPACE);
dialog::addItem(XLAT("list of slides"), '9');
dialog::addItem(XLAT("exit the Tutorial"), '0');
}
else
dialog::addBreak(200);