mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
removed tutorial from RogueViz for now -- not sure why it freezes
This commit is contained in:
parent
4570fa2ea4
commit
02ac204997
@ -1493,7 +1493,7 @@ void showDemo() {
|
||||
dialog::addBreak(50);
|
||||
|
||||
dialog::addItem(XLAT("play"), 'f');
|
||||
dialog::addItem(XLAT("tutorial"), 'T');
|
||||
// dialog::addItem(XLAT("tutorial"), 'T');
|
||||
dialog::addItem(XLAT("help"), 'h'); dialog::lastItem().keycaption += " / F1";
|
||||
dialog::addItem(XLAT("toggle high detail"), 'a');
|
||||
dialog::addBreak(100);
|
||||
|
Loading…
Reference in New Issue
Block a user