diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-05-16 22:04:15 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-05-16 22:04:15 +0000 |
commit | 4f8afae1ce76884c54d4b2de9de2186e29115c57 (patch) | |
tree | ff0b66b843f9b4302fb6678e19147756948f3b54 /game/themes/Deluxe | |
parent | 9a606335adb13f13e0ba8db3aa42fe57dcdbdc1d (diff) | |
download | usdx-4f8afae1ce76884c54d4b2de9de2186e29115c57.tar.gz usdx-4f8afae1ce76884c54d4b2de9de2186e29115c57.tar.xz usdx-4f8afae1ce76884c54d4b2de9de2186e29115c57.zip |
add lyric-bar bounds to theme
thx to Krueger
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1746 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | game/themes/Deluxe.ini | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/game/themes/Deluxe.ini b/game/themes/Deluxe.ini index 5f47c215..4cc6b24b 100644 --- a/game/themes/Deluxe.ini +++ b/game/themes/Deluxe.ini @@ -8150,7 +8150,6 @@ Text = OK Align = 1 Z = 1 - [PausePopUpStatic] Tex = Pause X = 0 @@ -8159,4 +8158,18 @@ W = 800 H = 600 Z = 0.95 Color = White -Type = Colorized
\ No newline at end of file +Type = Colorized + +[SingLyricsUpperBar] +X = 80 +W = 640 +Y = 493 +H = 41 +;YOffSet (+/-) for the Sing-Indicator +IndicatorYOffset = 3 + +[SingLyricsLowerBar] +X = 80 +W = 640 +Y = 535 +H = 41
\ No newline at end of file |