This commit is contained in:
2022-05-03 20:00:32 -05:00
parent a90bb30fc0
commit 0a800d1a31
2 changed files with 5 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ class W3DHub
# Game options
stack(width: 360, height: 1.0, padding: 8, scroll: true, border_thickness_right: 1, border_color_right: W3DHub::BORDER_COLOR) do
background 0x44_000000
background 0x55_000000
# Game Banner
image_path = "#{GAME_ROOT_PATH}/media/banners/#{game.id}.png"

View File

@@ -72,6 +72,10 @@ class W3DHub
Progress: {
fraction_background: 0xff_00acff,
border_thickness: 0
},
ListBox: {
padding_left: 8,
padding_right: 8
}
}
end