mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-16 21:57:15 +00:00
dialog_font_scale is 3 by default only on deck
This commit is contained in:
@@ -1098,6 +1098,7 @@ EX void initConfig() {
|
||||
lands_per_page = 18;
|
||||
defaultjoy = false;
|
||||
dialog::onscreen_keyboard = true;
|
||||
dialog::dialog_font_scale = 3;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -711,7 +711,7 @@ EX namespace dialog {
|
||||
|
||||
EX string keyboard_what;
|
||||
|
||||
EX ld dialog_font_scale = 3;
|
||||
EX ld dialog_font_scale = 1;
|
||||
|
||||
EX void display() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user