diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-06-21 16:33:16 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-06-21 16:33:16 +0000 |
commit | 041ee1b932cc9c058c545595751b77893dde75dc (patch) | |
tree | dbef0bfdfd42be0b77feae2d3715ced08cbfacce /Game/Output/Themes | |
parent | bb0c744c662768afe58908129c4813da39bd3399 (diff) | |
download | usdx-041ee1b932cc9c058c545595751b77893dde75dc.tar.gz usdx-041ee1b932cc9c058c545595751b77893dde75dc.tar.xz usdx-041ee1b932cc9c058c545595751b77893dde75dc.zip |
- individual line breaks for each player in duet songs are now possible
- fade in and out of lyrics, notes and notelines in sing screen
- update of acinerella.dll
- update of BASS to v2.4
- removed joypad support (did it ever worked?)
- removed unused units and options
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2553 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Output/Themes')
-rw-r--r-- | Game/Output/Themes/Blue Sensation.ini | 22 | ||||
-rw-r--r-- | Game/Output/Themes/Deluxe.ini | 22 | ||||
-rw-r--r-- | Game/Output/Themes/iStar.ini | 22 |
3 files changed, 33 insertions, 33 deletions
diff --git a/Game/Output/Themes/Blue Sensation.ini b/Game/Output/Themes/Blue Sensation.ini index f7373508..ab90d97c 100644 --- a/Game/Output/Themes/Blue Sensation.ini +++ b/Game/Output/Themes/Blue Sensation.ini @@ -957,16 +957,6 @@ Color =White Align=0
[SingStatic1]
-;TextBG
-Tex =LyricBar
-X =0
-Y =490
-W =800
-H =80
-Color =White
-Type=Font Black
-
-[SingStatic2]
;TimeBar
Tex =TimeBar1
X =0
@@ -985,7 +975,7 @@ H =4 Color=White
Type=Font Black
-[SingStatic3]
+[SingStatic2]
;the thing behind the time progress
Tex =TimeBar2
X =50
@@ -995,6 +985,16 @@ H =8 Color=Gray
Type=Font Black
+[SingStaticLyricBar]
+;TextBG
+Tex =LyricBar
+X =0
+Y =490
+W =800
+H =80
+Color =White
+Type=Font Black
+
[SingStaticLyricDuetBar]
;TextBG
Tex =LyricBar
diff --git a/Game/Output/Themes/Deluxe.ini b/Game/Output/Themes/Deluxe.ini index a36e9ba6..77d0ae34 100644 --- a/Game/Output/Themes/Deluxe.ini +++ b/Game/Output/Themes/Deluxe.ini @@ -623,16 +623,6 @@ Texts =1 ;Align=1
[SingStatic1]
-;TextBG
-Tex =LyricBar
-X =10
-Y =490
-W =780
-H =85
-Color =GrayLightest
-Type=Font Black
-
-[SingStatic2]
;TimeBar
Tex =TimeBar1
X =10
@@ -649,7 +639,7 @@ W =700 H =7
Color=White
-[SingStatic3]
+[SingStatic2]
;the thing behind the time progress
Tex =TimeBar2
X =20
@@ -659,6 +649,16 @@ H =7 Color=GrayLightest
Type=Font Black
+[SingStaticLyricBar]
+;TextBG
+Tex =LyricBar
+X =10
+Y =490
+W =780
+H =85
+Color =GrayLightest
+Type=Font Black
+
[SingStaticLyricDuetBar]
;TextBG
Tex =LyricBar
diff --git a/Game/Output/Themes/iStar.ini b/Game/Output/Themes/iStar.ini index 83f851a7..eb02e430 100644 --- a/Game/Output/Themes/iStar.ini +++ b/Game/Output/Themes/iStar.ini @@ -936,16 +936,6 @@ Color =White Align=0
[SingStatic1]
-;TextBG
-Tex =LyricBar
-X =10
-Y =490
-W =780
-H =85
-Color =White
-Type=Font Black
-
-[SingStatic2]
;TimeBar
Tex =TimeBar1
X =10
@@ -962,7 +952,7 @@ W =652 H =7
Color=White
-[SingStatic3]
+[SingStatic2]
;the thing behind the time progress
Tex =TimeBar2
X =70
@@ -972,6 +962,16 @@ H =7 Color=GrayDark
Type=Font Black
+[SingStaticLyricBar]
+;TextBG
+Tex =LyricBar
+X =10
+Y =490
+W =780
+H =85
+Color =White
+Type=Font Black
+
[SingStaticLyricDuetBar]
;TextBG
Tex =LyricBar
|