mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-21 16:14:49 +00:00
added dialog_font_scale and lands_per_page options
This commit is contained in:
@@ -632,7 +632,7 @@ EX namespace inv {
|
||||
|
||||
}
|
||||
}
|
||||
dialog::displayPageButtons(7, 0);
|
||||
dialog::displayPageButtons(7, 0, 2);
|
||||
mouseovers = "";
|
||||
keyhandler = [] (int sym, int uni) {
|
||||
if(plain) dialog::handleNavigation(sym, uni);
|
||||
|
||||
Reference in New Issue
Block a user