Adjust size of 2D progress bar

This commit is contained in:
David Rowe 2015-02-03 10:39:34 -08:00
parent 46352d34ce
commit 8dd87aff16

View file

@ -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",