1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-18 09:00:19 +00:00

dialog_font_scale is 3 by default only on deck

This commit is contained in:
Zeno Rogue
2025-11-11 19:08:06 +01:00
parent 8f17ac2c1f
commit 85e42a0105
2 changed files with 2 additions and 1 deletions

View File

@@ -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() {