Use new server-specific GUI colours

This commit is contained in:
Vortrex
2021-10-25 12:57:49 -05:00
parent 2a3d62abe2
commit 3d330d359e
8 changed files with 127 additions and 21 deletions

View File

@@ -23,7 +23,7 @@ function initRegisterGUI() {
logToConsole(LOG_DEBUG, `[VRR.GUI] Creating register GUI ...`);
register.window = mexui.window(game.width/2-130, game.height/2-125, 300, 250, 'Register', {
main: {
backgroundColour: toColour(windowColour[0], windowColour[1], windowColour[2], windowColour[3]),
backgroundColour: toColour(secondaryColour[0], secondaryColour[1], secondaryColour[2], windowAlpha),
transitionTime: 500,
},
title: {