fix font size

This commit is contained in:
dazedanon 2026-03-18 01:22:55 -05:00
parent 9b4e2d1f7d
commit fda46755e3

View file

@ -197,7 +197,7 @@
for (let i = 0; i < 3; i++) {
const item = _items[i];
$gameVariables.setValue(1 + i, item?.id ?? 0);
$gameVariables.setValue(4 + i, item?.description ?? "");
$gameVariables.setValue(4 + i, item ? '\\FS[18]' + item.description : "");
}
});
// &選択アイテム取得