diff options
author | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-04-23 21:38:08 +0000 |
---|---|---|
committer | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-04-23 21:38:08 +0000 |
commit | b49192ef9d03915744a65009e25f06fafd72bd30 (patch) | |
tree | a5c14b28f3b17b45670052fc7a43a8ea76ed77b8 /Themes/Deluxe.ini | |
parent | a32c1026810fb137ce6bcb72a7ee654fc8931504 (diff) | |
download | usdx-b49192ef9d03915744a65009e25f06fafd72bd30.tar.gz usdx-b49192ef9d03915744a65009e25f06fafd72bd30.tar.xz usdx-b49192ef9d03915744a65009e25f06fafd72bd30.zip |
Feature: SingBar is now moveable via theme/skin (affects UDraw.pas, UThemes.pas, UScreenSing.pas)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@128 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Themes/Deluxe.ini | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index c985bde5..b3fff3d2 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -733,6 +733,12 @@ Size =10 Color =White
Align=0
+[SingP1SingBar]
+X =680
+Y =325
+W =100
+H =8
+
# T W O P L A Y E R M O D E # # # # # # # # # # # # # # # # # # # #
#Player One
[SingP1TwoPStatic]
@@ -775,6 +781,12 @@ Size =10 Color =White
Align=0
+[SingP1TwoPSingBar]
+X =680
+Y =145
+W =100
+H =8
+
#Player Two
[SingP2RStatic]
Tex =P
@@ -816,6 +828,12 @@ Size =10 Color =White
Align=0
+[SingP2RSingBar]
+X =680
+Y =325
+W =100
+H =8
+
# T H R E E P L A Y E R M O D E # # # # # # # # # # # # # # # # # # # #
#Player One
[SingP1ThreePStatic]
@@ -858,6 +876,12 @@ Size =10 Color =White
Align=0
+[SingP1ThreePSingBar]
+X =75
+Y =95
+W =100
+H =8
+
#Player Two
[SingP2MStatic]
Tex =P
@@ -899,6 +923,12 @@ Size =10 Color =White
Align=0
+[SingP2MSingBar]
+X =370
+Y =95
+W =100
+H =8
+
#Player Three
[SingP3RStatic]
Tex =P
@@ -940,6 +970,12 @@ Size =10 Color =White
Align=0
+[SingP3SingBar]
+X =670
+Y =95
+W =100
+H =8
+
[Score]
Texts =1
|