From 042a5e57be1ada25cbbc6e7f5f34c0c0ea5e9de2 Mon Sep 17 00:00:00 2001 From: mota23 Date: Mon, 7 May 2007 19:17:25 +0000 Subject: Some Themework done. Added new Statics to ScreenPartyScore. [PartyScoreStaticTeam(n)BG and Deco] To do: 1 Screen in Party-Mode, SingScreen git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@177 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Themes/Deluxe.ini | 214 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 160 insertions(+), 54 deletions(-) (limited to 'Themes') diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index 1320f2a2..dbdec115 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -28,7 +28,9 @@ Gray = 127 127 127 GrayDark = 63 63 63 Black = 0 0 0 GrayPopup = 51 51 51 - +Gold = 255 223 31 +Silver = 223 223 223 +Bronze = 205 127 50 [Loading] Texts =2 @@ -5370,7 +5372,7 @@ Align=1 [PartyScore] -Texts=4 +Texts=5 [PartyScoreBackground] Tex=PartyBG @@ -5453,98 +5455,202 @@ Size =7 Align=0 Text=PARTY_LEGEND_CONTINUE +[PartyScoreStatic5] +Tex =PartyScoreBG1 +X =50 +Y =100 +W = 700 +H = 80 +Int=1 +Color =DarkBlue +Type=Font Black + +[PartyScoreStatic6] +Tex =PartyScoreBG2 +X =50 +Y =495 +W = 700 +H = 20 +Int=1 +Color =LightBlue +Type=Font Black + +[PartyScoreText5] +X =400 +Y =136 +Color =White +Font =0 +Size =15 +Text =PARTY_SCORE_WINS2 +Align=1 + [PartyScoreTextWinner] -X =150 -Y =20 +X =400 +Y =98 Color =White -Font =1 -Size =14 +Font =0 +Size =18 Text =The Winner is... -Align=0 +Align=1 [PartyScoreTextScoreTeam1] -X =280 -Y =100 +X =568 +Y =198 Color =White -Font =1 -Size =13 +Font =0 +Size =12 Text =3000 -Align=0 +Align=2 [PartyScoreTextScoreTeam2] -X =280 -Y =250 +X =568 +Y =298 Color =White -Font =1 -Size =13 +Font =0 +Size =12 Text =2000 -Align=0 +Align=2 [PartyScoreTextScoreTeam3] -X =280 -Y =400 +X =568 +Y =398 Color =White -Font =1 -Size =13 +Font =0 +Size =12 Text =1000 -Align=0 +Align=2 [PartyScoreTextNameTeam1] -X =80 -Y =100 -Color =White -Font =1 -Size =13 -Text =Team 1 +X =188 +Y =198 +Font=0 +Size=12 Align=0 +Text=Team 1 +Color=White [PartyScoreTextNameTeam2] -X =80 -Y =250 +X =188 +Y =298 Color =White -Font =1 -Size =13 +Font =0 +Size =12 Text =Team 2 Align=0 [PartyScoreTextNameTeam3] -X =80 -Y =400 +X =188 +Y =398 Color =White -Font =1 -Size =13 +Font =0 +Size =12 Text =Team 3 Align=0 [PartyScoreStaticTeam1] -X =380 -Y =100 -W =300 -H =30 -Tex=Leiste1 -Color =P1Light +X =188 +Y =230 +W =380 +H =16 +Z =1 +Tex=PartyTeamPoints +Color =P1Dark Int = 1 Type=Font Black +Reflection=1 +ReflectionSpacing=12 + +[PartyScoreStaticTeam1BG] +Tex=PartyTeamButton2 +X=178 +Y=200 +W=400 +H=50 +Type=Font Black +Color =P1Dark +Reflection=1 +ReflectionSpacing=2 + +[PartyScoreStaticTeam1Deco] +Tex =PartyScoreDeco +X = 563 +Y = 191 +W = 64 +H = 64 +Type =Font Black +Color =Gold +Reflection=1 +ReflectionSpacing=-5 [PartyScoreStaticTeam2] -X =380 -Y =250 -W =300 -H =30 -Tex=Leiste1 -Color =P2Light +X =188 +Y =330 +W =380 +H =15 +Z =1 +Tex=PartyTeamPoints +Color =P2Dark Int = 1 Type=Font Black +Reflection=1 +ReflectionSpacing=12 + +[PartyScoreStaticTeam2BG] +Tex=PartyTeamButton2 +X=178 +Y=300 +W=400 +H=50 +Type=Font Black +Color =P2Dark +Reflection=1 +ReflectionSpacing=2 + +[PartyScoreStaticTeam2Deco] +Tex =PartyScoreDeco +X = 563 +Y = 291 +W = 64 +H = 64 +Type =Font Black +Color =Gold +Reflection=1 +ReflectionSpacing=-5 [PartyScoreStaticTeam3] -X =380 -Y =400 -W =300 -H =30 -Tex=Leiste1 -Color =P3Light +X =188 +Y =430 +W =380 +H =15 +Z =1 +Tex=PartyTeamPoints +Color =P3Dark Int = 1 Type=Font Black +Reflection=1 +ReflectionSpacing=12 + +[PartyScoreStaticTeam3BG] +Tex=PartyTeamButton2 +X=178 +Y=400 +W=400 +H=50 +Type=Font Black +Color =P3Dark +Reflection=1 +ReflectionSpacing=2 + +[PartyScoreStaticTeam3Deco] +Tex =PartyScoreDeco +X = 563 +Y = 391 +W = 64 +H = 64 +Type =Font Black +Color =Gold +Reflection=1 +ReflectionSpacing=-5 [PartyWin] Texts=4 -- cgit v1.2.3