From bda4fa8e57ca63a1d591433f120b4226d6a5d327 Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Sun, 29 Apr 2007 17:50:29 +0000 Subject: 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 --- Themes/Deluxe.ini | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 73 insertions(+), 6 deletions(-) (limited to 'Themes') 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 -- cgit v1.2.3