This commit is contained in:
2021-11-10 22:02:00 -06:00
parent 6ff23e582e
commit e0dec01e75
2 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ class W3DHub
class Settings < Page
def setup
body.clear do
stack(width: 1.0, height: 1.0, padding: 64) do
stack(width: 1.0, height: 1.0, padding: 64, scroll: true) do
para "<b>Language</b>"
para "Select the UI language you'd like to use in the W3D Hub Launcher. You should restart the launcher after changing this setting before the ui will update", width: 1.0
list_box items: ["English", "French", "German"], width: 1.0

View File

@@ -13,8 +13,11 @@ class W3DHub
theme({
ToolTip: {
background: 0xff_222222,
text_size: 18
background: 0xff_dedede,
color: 0xaa_000000,
text_size: 18,
text_border: false,
text_shadow: false,
},
TextBlock: {
text_border: false,