mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Added noto font, fixed bug in Join Server button
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
class W3DHub
|
||||
REGULAR_FONT = "#{GAME_ROOT_PATH}/media/fonts/NotoSans-Regular.ttf"
|
||||
BOLD_FONT = "#{GAME_ROOT_PATH}/media/fonts/NotoSans-Bold.ttf"
|
||||
|
||||
THEME = {
|
||||
ToolTip: {
|
||||
background: 0xff_dedede,
|
||||
@@ -8,7 +11,7 @@ class W3DHub
|
||||
text_shadow: false
|
||||
},
|
||||
TextBlock: {
|
||||
# font: "Inconsolata",
|
||||
font: BOLD_FONT,
|
||||
text_border: false,
|
||||
text_shadow: true,
|
||||
text_shadow_size: 1,
|
||||
|
||||
Reference in New Issue
Block a user