diff options
author | f1fth_freed0m <f1fth_freed0m@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-17 09:26:32 +0000 |
---|---|---|
committer | f1fth_freed0m <f1fth_freed0m@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-17 09:26:32 +0000 |
commit | beccaf9c93dcbab557d4b2fe6845a424f4f47e32 (patch) | |
tree | 2ce2a96c60d3d794f4f46af8577ed79a641c2215 /Themes/Deluxe.ini | |
parent | 158d1ed252a5827dd62d24ccc5ba11c4295ee903 (diff) | |
download | usdx-beccaf9c93dcbab557d4b2fe6845a424f4f47e32.tar.gz usdx-beccaf9c93dcbab557d4b2fe6845a424f4f47e32.tar.xz usdx-beccaf9c93dcbab557d4b2fe6845a424f4f47e32.zip |
Staves now can be turned of in Options
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@961 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Themes/Deluxe.ini')
-rw-r--r-- | Themes/Deluxe.ini | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index 76a83551..4861bab2 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -3586,11 +3586,31 @@ SBGDColor = Gray STColor = White
STDColor = GrayDark
-[OptionsLyricsButtonExit]
+[OptionsLyricsSelectNoteLines]
+Tex =MainBar
+TexSBG =SelectBG
+Text =SING_OPTIONS_LYRICS_NOTELINES
X = 40
Y = 250
W = 230
H = 70
+SkipX = 50
+
+Color = ColorDark
+DColor = Gray
+TColor = White
+TDColor = White
+SBGTex =MainBar
+SBGColor = ColorDark
+SBGDColor = Gray
+STColor = White
+STDColor = GrayDark
+
+[OptionsLyricsButtonExit]
+X = 40
+Y = 305
+W = 230
+H = 70
Tex =MainBar
Color = ColorDark
DColor = Gray
|