Adjust some text

This commit is contained in:
dazedanon 2025-08-25 15:51:04 -05:00
parent b67fb07aeb
commit 31330dfa74
2 changed files with 3 additions and 3 deletions

View file

@ -623,7 +623,7 @@ var $plugins = [
name: "CBR_eroStatus_main",
status: true,
description: "エロステータス作れちゃうプラグイン(本体)",
parameters: { eroStaName: "エロステータス", "": "", commonEvent: "" },
parameters: { eroStaName: "Ero Status", "": "", commonEvent: "" },
},
{
name: "CBR_eroStatus_1",
@ -3524,7 +3524,7 @@ var $plugins = [
parameters: {
base: "",
baseItems:
'["{\\"name\\":\\"ファストトラベル\\",\\"commonEvent\\":\\"4\\",\\"switchId\\":\\"184\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}"]',
'["{\\"name\\":\\"Fast Travel\\",\\"commonEvent\\":\\"4\\",\\"switchId\\":\\"184\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}"]',
},
},
{

View file

@ -341,7 +341,7 @@
args.push($gameScreen.dTextSize || 28);
}
var fontSize = getArgNumber(args.pop());
$gameScreen.setDTextPicture(connectArgs(args), fontSize);
$gameScreen.setDTextPicture(connectArgs(args).replace(/_/g, ' '), fontSize);
break;
case 'D_TEXT_SETTING':
switch (getCommandName(args[0])) {