Made Join Server button have a different colored background for non-release servers, added small download icon next to a game's icon when it is not installed, updated Update Now string to Install Update, selected app and channel are now saved to the settings- possibly removing an unnecessary click

This commit is contained in:
2021-12-22 18:14:26 -06:00
parent 6b82fad794
commit 961b61c0ce
5 changed files with 32 additions and 10 deletions

View File

@@ -2,6 +2,18 @@ class W3DHub
REGULAR_FONT = "#{GAME_ROOT_PATH}/media/fonts/NotoSans-Regular.ttf"
BOLD_FONT = "#{GAME_ROOT_PATH}/media/fonts/NotoSans-Bold.ttf"
TESTING_BUTTON = {
background: 0xff_ff8800,
hover: {
background: 0xff_ffaa00
},
active: {
background: 0xff_ffec00
}
}
UPDATE_BUTTON = TESTING_BUTTON
THEME = {
ToolTip: {
background: 0xff_dedede,