diff options
author | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-04-05 21:58:45 +0000 |
---|---|---|
committer | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-04-05 21:58:45 +0000 |
commit | 91411ffa459eaae3d39b8c3cf8127bcdbe308f0c (patch) | |
tree | 8f4e9f3b77bb687bb3500964ec5e07e68785259a /Themes | |
parent | 9d01c8801db29d6ff3d64ef81b84321549d84688 (diff) | |
download | usdx-91411ffa459eaae3d39b8c3cf8127bcdbe308f0c.tar.gz usdx-91411ffa459eaae3d39b8c3cf8127bcdbe308f0c.tar.xz usdx-91411ffa459eaae3d39b8c3cf8127bcdbe308f0c.zip |
Theme/Skin: Clean up, started to add structure to textures, song menu fully skinned now (almost satisfied with result :P)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@66 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Themes')
-rw-r--r-- | Themes/Deluxe.ini | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index 2f46c2e8..e9568cf9 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -2364,6 +2364,7 @@ Color =DarkBlue DColor = LightBlue
Type=Font Black
Align=0
+Texts=1
[OptionsButtonAdvancedText1]
X =75
@@ -4813,9 +4814,9 @@ Statics=1 [SongMenuButton1]
X = 460
-Y = 170
-W = 180
-H = 30
+Y = 165
+W = 270
+H = 25
Tex =Rectangle
Color =LightBlue
DColor = DarkBlue
@@ -4836,9 +4837,9 @@ Z=1 [SongMenuButton2]
X = 460
-Y = 210
-W = 180
-H = 30
+Y = 195
+W = 270
+H = 25
Tex =Rectangle
Color =LightBlue
DColor = DarkBlue
@@ -4859,9 +4860,9 @@ Z=1 [SongMenuButton3]
X = 460
-Y = 250
-W = 180
-H = 30
+Y = 225
+W = 270
+H = 25
Tex =Rectangle
Color =LightBlue
DColor = DarkBlue
@@ -4882,16 +4883,15 @@ Z=1 [SongMenuButton4]
X = 460
-Y = 290
-W = 180
-H = 30
-Tex = Button
+Y = 255
+W = 270
+H = 25
+Tex = Rectangle
Color =LightBlue
DColor = DarkBlue
Type=Font Black
Texts=1
Z = 0.99
-Texts=1
[SongMenuButton4Text1]
X =30
@@ -4947,10 +4947,10 @@ Z=1 [SongMenuStatic1]
Tex =SongMenuBG
-X =450
+X =448
Y =120
-W =200
-H =210
+W =300
+H =200
Z =0.95
Int=1
Color =DarkBlue
|