This commit is contained in:
dazedanon 2025-10-20 09:13:43 -05:00
parent db4506d373
commit d82bd21745

View file

@ -704,7 +704,7 @@ var ShowCurrentTurnWindow = defineObject(BaseWindow,
}
//var font = root.getBaseData().getFontList().getData(5);
var font = textui.getFont();
TextRenderer.drawText(144 + 14 - 70, 20, root.getCurrentSession().getTurnCount() + ' Turn', -1, ColorValue.DEFAULT, font);
TextRenderer.drawText(144 + 14 - 70, 20, 'Turn ' + root.getCurrentSession().getTurnCount(), -1, ColorValue.DEFAULT, font);
},
getWindowTitleTextUI: function () {