Another one
This commit is contained in:
parent
69d1a6453f
commit
1b504b2c81
1 changed files with 2 additions and 2 deletions
|
|
@ -282,9 +282,9 @@ Game_Interpreter.prototype.RD_行動数描画Update = function () {
|
|||
D_Text_Cng_font = "Makinas";
|
||||
this.SetSpriteC(PN_dgnKodoWin, RdnPicPath + "PN_dgnKodoWin", 946, 569);
|
||||
if (RD_Koudo >= 99) {
|
||||
this.SpriteStrC( PN_dgnKodoWin + 1 , "無制限" , 24 , 946, 562);
|
||||
this.SpriteStrC( PN_dgnKodoWin + 1 , "Unlimited" , 24 , 946, 562);
|
||||
} else {
|
||||
this.SpriteStrC( PN_dgnKodoWin + 1 , "残り:" + RD_Koudo + "行動" , 24 , 946, 562);
|
||||
this.SpriteStrC( PN_dgnKodoWin + 1 , "Left: " + RD_Koudo + " moves" , 24 , 946, 562);
|
||||
}
|
||||
D_Text_Cng_font = "";
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue