Last few TLs
This commit is contained in:
parent
60ba382422
commit
00a825f22c
5 changed files with 150 additions and 150 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -2674,7 +2674,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"(My injury wasn't serious, but I still couldn't avoid\nsuspension.)"
|
||||
"(My injury wasn't serious, but he still couldn't avoid\nsuspension.)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"uiAreaHeight": 624,
|
||||
"numberFontFilename": "mplus-2p-bold-sub.woff",
|
||||
"fallbackFonts": "Verdana, sans-serif",
|
||||
"fontSize": 26,
|
||||
"fontSize": 22,
|
||||
"mainFontFilename": "mplus-1m-regular.woff",
|
||||
"windowOpacity": 192
|
||||
},
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
"Body",
|
||||
"Accessories"
|
||||
],
|
||||
"gameTitle": "Until My Childhood Friend the Prince Turns into a Female Pig",
|
||||
"gameTitle": "Until the Princely Childhood Friend Becomes a Sow",
|
||||
"gameoverMe": {
|
||||
"name": "Gameover1",
|
||||
"pan": 0,
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ var $plugins = [
|
|||
name: "MAT_LoadComSim",
|
||||
status: true,
|
||||
description: "ver1.00 メニューコマンドに「ロード」を追加します。",
|
||||
parameters: { loadtext: "ロード", testenable: "false" },
|
||||
parameters: { loadtext: "Load", testenable: "false" },
|
||||
},
|
||||
{
|
||||
name: "MessageSkip",
|
||||
|
|
@ -109,7 +109,7 @@ var $plugins = [
|
|||
parameters: {
|
||||
base: "",
|
||||
baseItems:
|
||||
'["{\\"name\\":\\"スマホ\\",\\"commonEvent\\":\\"1\\",\\"switchId\\":\\"0\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}"]',
|
||||
'["{\\"name\\":\\"Smartphone\\",\\"commonEvent\\":\\"1\\",\\"switchId\\":\\"0\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}"]',
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
|
|
@ -427,7 +427,7 @@ Window_EroStatus.prototype.refresh = function () {
|
|||
|
||||
this.contents.context.font = this.contents._makeFontNameText();
|
||||
this.contents.fontSize =
|
||||
Number(obj["サイズ"]) || $gameSystem.mainFontSize();
|
||||
Number(obj["サイズ"]) - 8 || $gameSystem.mainFontSize();
|
||||
this.resetTextColor();
|
||||
|
||||
const reg = RegExp(/\\([CI])\[(\d+)\]|\\\{|\\\}/, "g");
|
||||
|
|
|
|||
Loading…
Reference in a new issue