TL
This commit is contained in:
parent
eaa6cbaff3
commit
ed52fa7275
1 changed files with 1 additions and 1 deletions
|
|
@ -1646,7 +1646,7 @@ var AlchemySystem;
|
|||
|
||||
const x = this.itemPadding();
|
||||
const y = this.innerHeight - this.lineHeight() - this.itemPadding(); // ← 一番下に表示
|
||||
const text = `← →キーでレシピ切替【${this._recipeIndex + 1}/${this._recipeTotal}】`;
|
||||
const text = `← → Switch Recipe【${this._recipeIndex + 1}/${this._recipeTotal}】`;
|
||||
|
||||
this.changeTextColor(this.textColor(6)); // 6番はデフォでオレンジ
|
||||
this.drawText(text, x, y, this.innerWidth - x * 2, 'center');
|
||||
|
|
|
|||
Loading…
Reference in a new issue