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,
|
"code": 401,
|
||||||
"indent": 0,
|
"indent": 0,
|
||||||
"parameters": [
|
"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,
|
"uiAreaHeight": 624,
|
||||||
"numberFontFilename": "mplus-2p-bold-sub.woff",
|
"numberFontFilename": "mplus-2p-bold-sub.woff",
|
||||||
"fallbackFonts": "Verdana, sans-serif",
|
"fallbackFonts": "Verdana, sans-serif",
|
||||||
"fontSize": 26,
|
"fontSize": 22,
|
||||||
"mainFontFilename": "mplus-1m-regular.woff",
|
"mainFontFilename": "mplus-1m-regular.woff",
|
||||||
"windowOpacity": 192
|
"windowOpacity": 192
|
||||||
},
|
},
|
||||||
|
|
@ -139,7 +139,7 @@
|
||||||
"Body",
|
"Body",
|
||||||
"Accessories"
|
"Accessories"
|
||||||
],
|
],
|
||||||
"gameTitle": "Until My Childhood Friend the Prince Turns into a Female Pig",
|
"gameTitle": "Until the Princely Childhood Friend Becomes a Sow",
|
||||||
"gameoverMe": {
|
"gameoverMe": {
|
||||||
"name": "Gameover1",
|
"name": "Gameover1",
|
||||||
"pan": 0,
|
"pan": 0,
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ var $plugins = [
|
||||||
name: "MAT_LoadComSim",
|
name: "MAT_LoadComSim",
|
||||||
status: true,
|
status: true,
|
||||||
description: "ver1.00 メニューコマンドに「ロード」を追加します。",
|
description: "ver1.00 メニューコマンドに「ロード」を追加します。",
|
||||||
parameters: { loadtext: "ロード", testenable: "false" },
|
parameters: { loadtext: "Load", testenable: "false" },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "MessageSkip",
|
name: "MessageSkip",
|
||||||
|
|
@ -109,7 +109,7 @@ var $plugins = [
|
||||||
parameters: {
|
parameters: {
|
||||||
base: "",
|
base: "",
|
||||||
baseItems:
|
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.context.font = this.contents._makeFontNameText();
|
||||||
this.contents.fontSize =
|
this.contents.fontSize =
|
||||||
Number(obj["サイズ"]) || $gameSystem.mainFontSize();
|
Number(obj["サイズ"]) - 8 || $gameSystem.mainFontSize();
|
||||||
this.resetTextColor();
|
this.resetTextColor();
|
||||||
|
|
||||||
const reg = RegExp(/\\([CI])\[(\d+)\]|\\\{|\\\}/, "g");
|
const reg = RegExp(/\\([CI])\[(\d+)\]|\\\{|\\\}/, "g");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue