diff options
author | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-12-06 22:02:02 +0000 |
---|---|---|
committer | mogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-12-06 22:02:02 +0000 |
commit | 20e43a8aeb1c9ea5fe29d2b9c9e9842826d2c7d8 (patch) | |
tree | 07aa789d408126c1ae92d6cd281dd40be227fc5e | |
parent | 5ec90c178c0c04b42ed80918d0497bb24ee774ed (diff) | |
download | usdx-20e43a8aeb1c9ea5fe29d2b9c9e9842826d2c7d8.tar.gz usdx-20e43a8aeb1c9ea5fe29d2b9c9e9842826d2c7d8.tar.xz usdx-20e43a8aeb1c9ea5fe29d2b9c9e9842826d2c7d8.zip |
Singscreen: pop up is now faster
Scorescreen: minor graphic edits
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@690 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Classes/USingScores.pas | 6 | ||||
-rw-r--r-- | Skins/Deluxe/[score]endcap.png | bin | 3273 -> 2339 bytes | |||
-rw-r--r-- | Themes/Deluxe.ini | 42 |
3 files changed, 6 insertions, 42 deletions
diff --git a/Game/Code/Classes/USingScores.pas b/Game/Code/Classes/USingScores.pas index c7213180..894f5782 100644 --- a/Game/Code/Classes/USingScores.pas +++ b/Game/Code/Classes/USingScores.pas @@ -212,9 +212,9 @@ begin oPositionCount := 0; oPlayerCount := 0; - Settings.Phase1Time := 1000; - Settings.Phase2Time := 2000; - Settings.Phase3Time := 2000; + Settings.Phase1Time := 350; // plop it up . -> [ ] + Settings.Phase2Time := 550; // shift it up ^[ ]^ + Settings.Phase3Time := 200; // increase score [s++] Settings.PopUpTex[0].TexNum := High(gluInt); Settings.PopUpTex[1].TexNum := High(gluInt); diff --git a/Skins/Deluxe/[score]endcap.png b/Skins/Deluxe/[score]endcap.png Binary files differindex 4709970d..ed14185b 100644 --- a/Skins/Deluxe/[score]endcap.png +++ b/Skins/Deluxe/[score]endcap.png diff --git a/Themes/Deluxe.ini b/Themes/Deluxe.ini index 30f1cffd..fb512409 100644 --- a/Themes/Deluxe.ini +++ b/Themes/Deluxe.ini @@ -1437,7 +1437,7 @@ Type =Colorized Tex =ScoreEndCap
X =469
Y =460
-W =112
+W =95
H =30
Color =P1Dark
Type =Colorized
@@ -1666,31 +1666,13 @@ Type =Colorized Tex =ScoreEndCap
X =308
Y =460
-W =90
+W =95
H =30
Color =P1Dark
Type =Colorized
-TexX1=1
-TexY1=0
-TexX2=0
-TexY2=1
Reflection=1
ReflectionSpacing=4
-[ScorePlayer2Static7]
-Tex =ScoreLine
-X =307
-Y =460
-W =92
-H =2
-Color =White
-Type =Colorized
-TexX1=0
-TexY1=0.1
-TexX2=1
-TexY2=0.9
-Z=1
-
# P L A Y E R T W O
[ScoreTextName3]
X =780
@@ -1901,31 +1883,13 @@ Type =Colorized Tex =ScoreEndCap
X =402
Y =460
-W =90
+W =95
H =30
Color =P2Dark
Type =Colorized
-TexX1=0
-TexY1=0
-TexX2=1
-TexY2=1
Reflection=1
ReflectionSpacing=4
-[ScorePlayer3Static7]
-Tex =ScoreLine
-X =401
-Y =460
-W =92
-H =2
-Color =White
-Type =Colorized
-TexX1=0
-TexY1=0.1
-TexX2=1
-TexY2=0.9
-Z=1
-
# # # # # # # # # # # # # # # # # # Three Player Score # # # # # # # # # # # #
# P L A Y E R O N E
[ScoreTextName4]
|