Skip to content

Commit

Permalink
ShopScene_Extension.js update to version v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
unagiootoro committed Sep 19, 2022
1 parent e96ffc0 commit c189174
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGE_LOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ SelfVariable.js
・新規作成

ShopScene_Extension.js
2022/09/19 v1.0.5
・特定条件下でEマークの色がおかしくなる不具合を修正
2021/08/08 v1.0.4
・特定条件下でキャラクターの画像が表示されなくなる不具合を修正

Expand Down
5 changes: 3 additions & 2 deletions ShopScene_Extension.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*:
@target MZ
@plugindesc Shop screen expansion v1.0.4
@plugindesc Shop screen expansion v1.0.5
@author unagi ootoro
@url https://raw.githubusercontent.com/unagiootoro/RPGMZ/master/ShopScene_Extension.js
Expand Down Expand Up @@ -67,7 +67,7 @@ Specifies the text to display when there are no currently equipped items on the

/*:ja
@target MZ
@plugindesc ショップ画面拡張 v1.0.4
@plugindesc ショップ画面拡張 v1.0.5
@author うなぎおおとろ
@url https://raw.githubusercontent.com/unagiootoro/RPGMZ/master/ShopScene_Extension.js
Expand Down Expand Up @@ -246,6 +246,7 @@ class Sprite_ActorCharacter extends Sprite_Clickable {
break;
case "equipped":
this.bitmap.fontSize = 20;
this.bitmap.textColor = "#ffffff";
this.bitmap.drawText("E", 32, 32, 16, 16);
break;
case "up":
Expand Down

0 comments on commit c189174

Please sign in to comment.