From 24cd862490d2b621a116f5ded8c232e00da9ed25 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 22 Feb 2021 18:31:35 -0600 Subject: [PATCH] Add placeholder for last played text in new char --- scripts/client/gui.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/scripts/client/gui.js b/scripts/client/gui.js index 7b7a94c6..1c5ae030 100644 --- a/scripts/client/gui.js +++ b/scripts/client/gui.js @@ -1826,6 +1826,18 @@ app.init = function() } }); + //characterSelect.lastPlayedText = characterSelect.window.text(10, 90, 200, 25, 'Last Played: ', { + // main: { + // textSize: 9.0, + // textAlign: 0.0, + // textColour: toColour(255, 255, 255, 220), + // textFont: robotoFont, + // }, + // focused: { + // borderColour: toColour(0, 0, 0, 0), + // } + //}); + characterSelect.selectCharacterButton = characterSelect.window.button(90, 130, 250, 25, 'SELECT', { main: { backgroundColour: toColour(primaryColour[0], primaryColour[1], primaryColour[2], buttonAlpha),