Another one

This commit is contained in:
dazedanon 2026-02-15 18:55:18 -06:00
parent 69d1a6453f
commit 1b504b2c81

View file

@ -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 {