TL item use
This commit is contained in:
parent
325f54b0b1
commit
e86715bc66
1 changed files with 1 additions and 1 deletions
|
|
@ -565,7 +565,7 @@ Game_Interpreter.prototype.Menu_L2Item_View = function () {
|
|||
_i2flame = 0;
|
||||
_UseItem = $dataItems[_DgArr_m1[_DgSelX][_DgSelY]];
|
||||
let _dgStr = "\\I[" + _UseItem.iconIndex + "] " + _UseItem.name;
|
||||
this.SpriteStr(PN_mItmUTxt, _dgStr + "を使用しますか?", 25, 445, 310, 0);
|
||||
this.SpriteStr(PN_mItmUTxt, "Do you want to use " + _dgStr + "?", 25, 445, 310, 0);
|
||||
this.MoveSprite(PN_mItmUTxt, true, true, 10);
|
||||
this.SetSpriteFIn(PN_mItmUWin, M_Item_Pic + "PN_mItmUWin", 0, 0, 0, 0, 10);
|
||||
this.MovePict(PN_mAdvSell, 470 + (253 * _il2Sel), 384, 5);
|
||||
|
|
|
|||
Loading…
Reference in a new issue