fix font size
This commit is contained in:
parent
9b4e2d1f7d
commit
fda46755e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 : "");
|
||||
}
|
||||
});
|
||||
// &選択アイテム取得
|
||||
|
|
|
|||
Loading…
Reference in a new issue