From e0b0396acf6101acf2608d9fe4b36fa735196b2a Mon Sep 17 00:00:00 2001 From: mota23 Date: Wed, 9 May 2007 03:26:41 +0000 Subject: Some Themework done. Added new Statics to PartyWin. [PartyWinStaticTeam(n)BG and Deco] Fix: bug in PartyScore (esc skipped to PartyNewRound where PartyWin should come) Disabled Esc in PartyWin. To do: Sing-Screen, Stats git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@183 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Themes/Deluxe.ini | 186 ++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 130 insertions(+), 56 deletions(-) (limited to 'Themes') diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index ebc87403..6561661b 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -5736,99 +5736,173 @@ Size =7 Align=0 Text=PARTY_WIN_LEGEND_CONTINUE -[PartyWinTextWinner] -X =150 -Y =20 -Color =White -Font =1 -Size =14 -Text =The Winner is... -Align=0 +#[PartyWinTextWinner] +#X =150 +#Y =120 +#Color =White +#Font =1 +#Size =14 +#Text =The Winner is... +#Align=0 [PartyWinTextScoreTeam1] -X =400 -Y =150 +X =699 +Y =183 Color =White -Font =1 -Size =15 +Font =0 +Size =19 Text =3000 -Align=1 +Align=2 [PartyWinTextScoreTeam2] -X =100 -Y =450 +X =669 +Y =298 Color =White -Font =1 -Size =13 +Font =0 +Size =12 Text =2000 -Align=0 +Align=2 [PartyWinTextScoreTeam3] -X =400 -Y =450 +X =649 +Y =398 Color =White -Font =1 -Size =13 +Font =0 +Size =9 Text =1000 -Align=0 +Align=2 [PartyWinTextNameTeam1] -X =400 -Y =100 -Color =White -Font =1 -Size =15 -Text =Team 1 -Align=1 +X =169 +Y =183 +Font=0 +Size=19 +Align=0 +Text=Team 1 +Color=White [PartyWinTextNameTeam2] -X =100 -Y =400 +X =289 +Y =298 Color =White -Font =1 -Size =13 +Font =0 +Size =12 Text =Team 2 Align=0 [PartyWinTextNameTeam3] -X =400 -Y =400 +X =369 +Y =398 Color =White -Font =1 -Size =13 +Font =0 +Size =9 Text =Team 3 Align=0 [PartyWinStaticTeam1] -X =380 -Y =100 -W =0 -H =00 -Tex=Leiste1 -Color =AquaLightGreen +X =169 +Y =230 +W =530 +H =16 +Z =1 +Tex=PartyTeamPoints +Color =P1Dark Int = 1 Type=Font Black +Reflection=1 +ReflectionSpacing=12 + +[PartyWinStaticTeam1BG] +Tex=PartyTeamButton3 +X=159 +Y=185 +W=550 +H=65 +Type=Font Black +Color =P1Dark +Reflection=1 +ReflectionSpacing=2 + +[PartyWinStaticTeam1Deco] +Tex =PartyWinDeco1 +X = 91 +Y = 176 +W = 79 +H = 79 +Type =Font Black +Color =Gold +Reflection=1 +ReflectionSpacing=3 [PartyWinStaticTeam2] -X =380 -Y =250 -W =0 -H =0 -Tex=Leiste1 -Color =AquaLightGreen +X =289 +Y =330 +W =380 +H =15 +Z =1 +Tex=PartyTeamPoints +Color =P2Dark Int = 1 Type=Font Black +Reflection=1 +ReflectionSpacing=12 + +[PartyWinStaticTeam2BG] +Tex=PartyTeamButton4 +X=279 +Y=300 +W=400 +H=50 +Type=Font Black +Color =P2Dark +Reflection=1 +ReflectionSpacing=2 + +[PartyWinStaticTeam2Deco] +Tex =PartyWinDeco2 +X = 226 +Y = 291 +W = 64 +H = 64 +Type =Font Black +Color =Silver +Reflection=1 +ReflectionSpacing=3 [PartyWinStaticTeam3] -X =380 -Y =400 -W =0 -H =0 -Tex=Leiste1 -Color =AquaLightGreen +X =369 +Y =420 +W =280 +H =15 +Z =1 +Tex=PartyTeamPoints +Color =P3Dark Int = 1 Type=Font Black +Reflection=1 +ReflectionSpacing=12 + +[PartyWinStaticTeam3BG] +Tex=PartyTeamButton5 +X=359 +Y=400 +W=300 +H=40 +Type=Font Black +Color =P3Dark +Reflection=1 +ReflectionSpacing=2 +[PartyWinStaticTeam3Deco] +Tex =PartyWinDeco3 +X = 316 +Y = 391 +W = 54 +H = 54 +Type =Font Black +Color =Bronze +Reflection=1 +ReflectionSpacing=3 [PartyOptions] Texts = 5 -- cgit v1.2.3