mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-22 14:00:13 +00:00
sidescreen in prepattern screen
This commit is contained in:
parent
c79037088f
commit
b798e1a758
@ -1113,6 +1113,9 @@ namespace patterns {
|
||||
}
|
||||
|
||||
void showPrePattern() {
|
||||
cmode = sm::SIDE | sm::MAYDARK;
|
||||
gamescreen(0);
|
||||
|
||||
dialog::init("predesigned patterns");
|
||||
dialog::addItem(XLAT("single color"), 'g');
|
||||
dialog::addItem(XLAT("random colors"), 'r');
|
||||
|
Loading…
x
Reference in New Issue
Block a user