diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-04-29 17:50:29 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-04-29 17:50:29 +0000 |
commit | bda4fa8e57ca63a1d591433f120b4226d6a5d327 (patch) | |
tree | 745df64699fdc0b6e2deafc99107f86166232aa9 /Themes | |
parent | 23e4d293dc19ce496da33b3929c9b71952148e86 (diff) | |
download | usdx-bda4fa8e57ca63a1d591433f120b4226d6a5d327.tar.gz usdx-bda4fa8e57ca63a1d591433f120b4226d6a5d327.tar.xz usdx-bda4fa8e57ca63a1d591433f120b4226d6a5d327.zip |
Added 2 new Buttons to ScreenMain: Multi and Stats
Updated Language Fiels to Fit with new Buttons
Some CodeClean Up in Menu Class and in Screens
Some minor Bug fixes I forgot about
Added ability to group Buttons within a Screen
New Theme Object:
ButtonCollection:
Same Attributes as a Button Plus
FirstChild: Defining the First Button in the Group.
For Example: SingSolo is 1, SingMulti Button is 2, in ScreenMain
Added Attribute to Theme Button:
Parent: Number of the assigned Group, 0 for no Group
Used new Abilitys in MainScreen
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@149 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Themes/Deluxe.ini | 79 |
1 files changed, 73 insertions, 6 deletions
diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index 79052cb2..40951ee5 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -147,7 +147,7 @@ Align=1 Text=SING_SING
Color=White
-[MainButtonEditor]
+[MainButtonMulti]
X =335
Y =270
W =150
@@ -166,16 +166,16 @@ SelectH=150 FadeTex=ButtonFade
FadeTexPos=0
-[MainButtonEditorText1]
+[MainButtonMultiText1]
X =75
Y =10
Font=0
Size=10
Align=1
-Text=SING_EDITOR
+Text=SING_MULTI
Color=White
-[MainButtonOptions]
+[MainButtonCollection1]
X =490
Y =270
W =150
@@ -189,17 +189,84 @@ Reflection=1 ReflectionSpacing=15
DeSelectReflectionSpacing=280
Fade=1
-FadeText=1
+FadeText=0
SelectH=150
FadeTex=ButtonFade
FadeTexPos=0
+FirstChild=3
-[MainButtonOptionsText1]
+[MainButtonCollection1Text1]
X =75
Y =10
Font=0
Size=10
Align=1
+Text=SING_TOOLS
+Color=White
+
+[MainButtonStats]
+X =495
+Y =310
+W =140
+H =30
+Tex =Rectangle
+Color =LightBlue
+DColor = DarkBlue
+Type=Font Black
+Texts=1
+Reflection=0
+Parent=1
+
+[MainButtonStatsText1]
+X =70
+Y =3
+Font=0
+Size=8
+Align=1
+Text=SING_STATS
+Color=White
+
+[MainButtonEditor]
+X =495
+Y =345
+W =140
+H =30
+Tex =Rectangle
+Color =LightBlue
+DColor = DarkBlue
+Type=Font Black
+Texts=1
+Reflection=0
+Parent=1
+
+[MainButtonEditorText1]
+X =70
+Y =3
+Font=0
+Size=8
+Align=1
+Text=SING_EDITOR
+Color=White
+
+[MainButtonOptions]
+X =495
+Y =380
+W =140
+H =30
+Tex =Rectangle
+Color =LightBlue
+DColor = DarkBlue
+Type=Font Black
+Texts=1
+Reflection=0
+Parent=1
+
+[MainButtonOptionsText1]
+X =70
+Y =3
+Font=0
+Size=8
+Align=1
Text=SING_OPTIONS
Color=White
|