Skip to content
Snippets Groups Projects
Commit bf57bb03 authored by m j's avatar m j
Browse files

show month name in high score list

parent 9eb64112
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ function boggle() {
lobby.draw();
console.gotoxy(58,2);
console.putmsg(centerString("\1c\1h" + date.getMonthName() + "\1n\1c - \1c\1h" + date.getFullYear(),21));
}
console.gotoxy(3,4); console.putmsg("\1y\1h" + date.getMonthName() + " High Scores"); }
function showMessage(txt) { console.gotoxy(27,21); console.putmsg(" "); console.gotoxy(27,21); console.putmsg("\1-" + (txt?txt:""),P_SAVEATR); } function redraw()
{
console.clear(ANSI_NORMAL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment