mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-17 11:38:05 +00:00
Updated to 9.4g (mostly tutorial fixes)
This commit is contained in:
@@ -1493,6 +1493,7 @@ void showDemo() {
|
||||
dialog::addBreak(50);
|
||||
|
||||
dialog::addItem(XLAT("play"), 'f');
|
||||
dialog::addItem(XLAT("tutorial"), 't');
|
||||
dialog::addItem(XLAT("help"), 'h'); dialog::lastItem().keycaption += " / F1";
|
||||
dialog::addItem(XLAT("toggle high detail"), 'a');
|
||||
dialog::addBreak(100);
|
||||
@@ -1521,6 +1522,11 @@ void handleDemoKey(int sym, int uni) {
|
||||
else restartGame();
|
||||
cmode = emNormal;
|
||||
}
|
||||
else if(sym == 't') {
|
||||
firstland = laIce;
|
||||
if(!tour::on) restartGame('T');
|
||||
cmode = emNormal;
|
||||
}
|
||||
else if(sym == 't') {
|
||||
firstland = laTemple;
|
||||
if(!tactic::on) restartGame('t');
|
||||
|
||||
Reference in New Issue
Block a user