Game updated to v1.03
This commit is contained in:
parent
33a4bb94f3
commit
7ca2ae615c
5 changed files with 11 additions and 8 deletions
|
|
@ -139,7 +139,7 @@
|
|||
"Passive",
|
||||
"None"
|
||||
],
|
||||
"gameTitle": "The End of Alter Egoism ver1.02 | TL: DazedAnon, Sinflower, & O&M",
|
||||
"gameTitle": "The End of Alter Egoism ver1.03 | TL: DazedAnon, Sinflower, & O&M",
|
||||
"gameoverMe": {
|
||||
"name": "Gameover1",
|
||||
"pan": 0,
|
||||
|
|
|
|||
|
|
@ -73,10 +73,12 @@ function Window_EroStatus_kiroku() {
|
|||
};
|
||||
|
||||
if ($gameSwitches.value(ary[chara].switch.virgin)) {
|
||||
const d1 = CBR_eroRireki[$gameVariables.value(ary[chara].vari.virgin) - 1];
|
||||
this.drawTextS(d1.target, sX + lineX + 62, sY, 300);
|
||||
this.drawTextS(d1.job, sX + lineX + lineX2 + 62, sY, 300);
|
||||
this.drawTextExS(d1.text, sX, sY + 32, 300);
|
||||
if ($gameVariables.value(ary[chara].vari.virgin) != 0) {
|
||||
const d1 = CBR_eroRireki[$gameVariables.value(ary[chara].vari.virgin) - 1];
|
||||
this.drawTextS(d1.target, sX + lineX + 62, sY, 300);
|
||||
this.drawTextS(d1.job, sX + lineX + lineX2 + 62, sY, 300);
|
||||
this.drawTextExS(d1.text, sX, sY + 32, 300);
|
||||
}
|
||||
}
|
||||
|
||||
if ($gameSwitches.value(ary[chara].switch.anal_virgin)) {
|
||||
|
|
|
|||
|
|
@ -576,7 +576,7 @@ function Scene_eroStatus() {
|
|||
if (category == "rireki_syu") {
|
||||
this._rireki_syuWindow.refresh();
|
||||
this._rireki_syuWindow.show();
|
||||
this._rireki_syuViewWindow.show();
|
||||
//this._rireki_syuViewWindow.show();
|
||||
this._rireki_syuWindow.makeList();
|
||||
this.parent.parent._backgroundSprite_rireki[chara][0].visible = true;
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -89,7 +89,8 @@ DataManager._databaseFiles.push({ name: "CBR_eroRireki", src: "CBR_h_event_data.
|
|||
this.drawTextM("NEW", 10, rect.y + 2, 200, "left");
|
||||
}
|
||||
this.changeTextColor("#000000");
|
||||
this.drawTextM(info.title, 112, rect.y + 2, 400, "left");
|
||||
// this.drawTextM(info.title, 112, rect.y + 2, 400, "left");
|
||||
this.drawTextM(`【Partner】${info.target}(${info.job})【Location】${info.place}`, 112, rect.y + 2, 720, "left");
|
||||
|
||||
// const lineHeight = this.lineHeight();
|
||||
// const y2 = bottom - lineHeight - 4;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"main": "index.html",
|
||||
"chromium-args": "--force-color-profile=srgb",
|
||||
"window": {
|
||||
"title": "終末のオルタ―エゴイズム ver1.02",
|
||||
"title": "The End of Alter Egoism ver1.03 | TL: DazedAnon, Sinflower, & O&M",
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"position": "center",
|
||||
|
|
|
|||
Loading…
Reference in a new issue