diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-05-16 18:18:37 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-05-16 18:18:37 +0000 |
commit | 9b29c5321e423fbe6ba29f32bdcf8f2c83828e92 (patch) | |
tree | 476a90802972f3f41d5c1e9820a5e6384ab49e93 /Themes | |
parent | cabc484d29e9406ea55b043d2802f9a3771dfee3 (diff) | |
download | usdx-9b29c5321e423fbe6ba29f32bdcf8f2c83828e92.tar.gz usdx-9b29c5321e423fbe6ba29f32bdcf8f2c83828e92.tar.xz usdx-9b29c5321e423fbe6ba29f32bdcf8f2c83828e92.zip |
Fixed text position of SelectSlide when High is not 70
Added ability to change Z and Textsize from SelectSlide
Use new abilitys to finish SongMenu Screen in Deluxe Theme
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@196 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Themes')
-rw-r--r-- | Themes/Deluxe.ini | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index ed92ae3c..a355fa86 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -6942,24 +6942,23 @@ Z=1 [SongMenuSelectSlide3]
Tex = Rectangle
-TexSBG = Rectangle
-Color =LightBlue
-DColor = DarkBlue
+TexSBG = SongMenuSelectBG
Text =
X = 460
-Y = 195
-Z = 0.99
+Y = 225
W = 0
H = 25
+Z = 0.99
SkipX = 0
+SBGW=270
-SBGW = 270
+TextSize=8
Color = LightBlue
DColor = DarkBlue
TColor = White
TDColor = White
-SBGTex = Rectangle
+SBGTex = MainBar
SBGColor = LightBlue
SBGDColor = DarkBlue
STColor = White
|