bump font

This commit is contained in:
dazedanon 2026-02-09 21:47:48 -06:00
parent 5348c8929d
commit b051eb4d21

View file

@ -887,7 +887,7 @@
this._messageWindow.forceClear();
const texts = $gameMessage.helpTexts()[this.index()];
$gameMessage.setTexts(texts ? [...texts] : ['']);
this._messageWindow._choiceHelpFontSize = 18;
this._messageWindow._choiceHelpFontSize = 20;
this._messageWindow.startMessage();
};