TL Decks
This commit is contained in:
parent
8da14fa8b5
commit
ea7a96d8a9
1 changed files with 7 additions and 7 deletions
|
|
@ -68,7 +68,7 @@ Game_Interpreter.prototype.FzDs_DeckListDraw = function (_SetFlg) {
|
|||
let _PsY = 157 + (60 * _cki);
|
||||
_DeckSellCMap.push([39, 156 + (60 * _cki), 329, 60]);
|
||||
let _SetRdoImg = FdEdit_PicPath + "PN_FdRdo";
|
||||
let _SetDName = "★自由選択";
|
||||
let _SetDName = "★Free Select";
|
||||
if ($gameSystem.FzDeckSel == _cki) {
|
||||
this.SpriteStr(PN_FdSDeckStr, _SetDName, 35, 470, 125, _opi);
|
||||
_SetDName = SCol.Yel + _SetDName;
|
||||
|
|
@ -310,16 +310,16 @@ Game_Interpreter.prototype.FzDs_CardSetuDraw = function (_CardId) {
|
|||
this.SpriteStr(PN_FdSetu + 1, _SelCard.Setu2, 20, _PsX + 29, _PsY + 327 + 30, 0);
|
||||
this.MoveSprite(PN_FdSetu + 1, true, true, 5, 255, true, true);
|
||||
let _SetuStr = "";
|
||||
if (_SelCard.FlgArr[0]) _SetuStr += "風呂";
|
||||
if (_SelCard.FlgArr[0]) _SetuStr += "Bath";
|
||||
if (_SelCard.FlgArr[1]) {
|
||||
if (_SetuStr != "") _SetuStr += "・";
|
||||
_SetuStr += "寝室";
|
||||
if (_SetuStr != "") _SetuStr += ", ";
|
||||
_SetuStr += "Bedroom";
|
||||
}
|
||||
if (_SelCard.FlgArr[2]) {
|
||||
if (_SetuStr != "") _SetuStr += "・";
|
||||
_SetuStr += "アフター";
|
||||
if (_SetuStr != "") _SetuStr += ", ";
|
||||
_SetuStr += "After";
|
||||
}
|
||||
if (_SetuStr != "") _SetuStr = "★" + _SetuStr + "で出現";
|
||||
if (_SetuStr != "") _SetuStr = "★Appears in: " + _SetuStr;
|
||||
this.SpriteStr(PN_FdSetu + 2, _SetuStr, 20, _PsX + 29, _PsY + 423, 0);
|
||||
this.MoveSprite(PN_FdSetu + 2, true, true, 5, 255, true, true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue