mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Adjust size of 2D progress bar
This commit is contained in:
parent
46352d34ce
commit
8dd87aff16
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
windowHeight = 0,
|
||||
background2D = {},
|
||||
bar2D = {},
|
||||
SCALE_2D = 0.5, // Scale the SVGs for 2D display.
|
||||
SCALE_2D = 0.55, // Scale the SVGs for 2D display.
|
||||
background3D = {},
|
||||
bar3D = {},
|
||||
ENABLE_VR_MODE_MENU_ITEM = "Enable VR Mode",
|
||||
|
|
Loading…
Reference in a new issue