diff options
author | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-04-17 20:01:16 +0000 |
---|---|---|
committer | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-04-17 20:01:16 +0000 |
commit | 7cbb58f6fe6cd8d81e21d6e0b1ebdc2fd872b773 (patch) | |
tree | fac2a8a4265b7805bc054093b9eeb07e823450b2 /Themes/Deluxe.ini | |
parent | 6d072496a4347995bc168ab978b878c375508ecd (diff) | |
download | usdx-7cbb58f6fe6cd8d81e21d6e0b1ebdc2fd872b773.tar.gz usdx-7cbb58f6fe6cd8d81e21d6e0b1ebdc2fd872b773.tar.xz usdx-7cbb58f6fe6cd8d81e21d6e0b1ebdc2fd872b773.zip |
Feature: Added the possibility to skin the sing screen, it's now possible to set player 1 stuff related to player modi (1, 2 or 3 player mode) (affected UThemes.pas, UScreenSing.pas, UScreenSingModi.pas)
Theme/Skin: Used the new sing screen possibility, looks way more ps3 now :P
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@109 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Themes/Deluxe.ini')
-rw-r--r-- | Themes/Deluxe.ini | 125 |
1 files changed, 103 insertions, 22 deletions
diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index 403cb7dd..ae0ad67c 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -675,28 +675,30 @@ TexY1=0 TexX2=1
TexY2=1
+# O N E P L A Y E R M O D E # # # # # # # # # # # # # # # # # # # #
+#PlayerOne
[SingP1Static]
Tex =P
-X =16
-Y =55
-W =50
-H =54
+X =20
+Y =297
+W =33
+H =38
Color =P1Dark
Type=Transparent
[SingP1Text]
-Text =P1
-X =27
-Y =62
+Text =P2
+X =26
+Y =302
Font =1
-Size =8
+Size =6
Color =White
Align=0
[SingP1Static2]
Tex =ScoreBG
-X =75
-Y =55
+X =680
+Y =285
W =100
H =40
Color =P1Dark
@@ -704,35 +706,74 @@ Type=Transparent [SingP1TextScore]
Text =00000
-X =85
-Y =60
+X =690
+Y =290
+Font =0
+Size =10
+Color =White
+Align=0
+
+# T W O P L A Y E R M O D E # # # # # # # # # # # # # # # # # # # #
+#Player One
+[SingP1TwoPStatic]
+Tex =P
+X =20
+Y =117
+W =33
+H =38
+Color =P1Dark
+Type=Transparent
+
+[SingP1TwoPText]
+Text =P1
+X =26
+Y =122
+Font =1
+Size =6
+Color =White
+Align=0
+
+[SingP1TwoPStatic2]
+Tex =ScoreBG
+X =680
+Y =105
+W =100
+H =40
+Color =P1Dark
+Type=Transparent
+
+[SingP1TwoPTextScore]
+Text =00000
+X =690
+Y =110
Font =0
Size =10
Color =White
Align=0
+#Player Two
[SingP2RStatic]
Tex =P
-X =739
-Y =55
-W =50
-H =54
+X =20
+Y =297
+W =33
+H =38
Color =P2Dark
Type=Transparent
[SingP2RText]
Text =P2
-X =750
-Y =62
+X =26
+Y =302
Font =1
-Size =8
+Size =6
Color =White
Align=0
[SingP2RStatic2]
Tex =ScoreBG
-X =620
-Y =55
+X =680
+Y =285
W =100
H =40
Color =P2Dark
@@ -740,13 +781,52 @@ Type=Transparent [SingP2RTextScore]
Text =00000
-X =630
+X =690
+Y =290
+Font =0
+Size =10
+Color =White
+Align=0
+
+# T H R E E P L A Y E R M O D E # # # # # # # # # # # # # # # # # # # #
+#Player One
+[SingP1ThreePStatic]
+Tex =P
+X =16
+Y =55
+W =50
+H =54
+Color =P1Dark
+Type=Transparent
+
+[SingP1ThreePText]
+Text =P1
+X =27
+Y =62
+Font =1
+Size =8
+Color =White
+Align=0
+
+[SingP1ThreePStatic2]
+Tex =ScoreBG
+X =75
+Y =55
+W =100
+H =40
+Color =P1Dark
+Type=Transparent
+
+[SingP1ThreePTextScore]
+Text =00000
+X =85
Y =60
Font =0
Size =10
Color =White
Align=0
+#Player Two
[SingP2MStatic]
Tex =P
X =311
@@ -783,6 +863,7 @@ Size =10 Color =White
Align=0
+#Player Three
[SingP3RStatic]
Tex =P
X =611
|