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 /Game/Code | |
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 'Game/Code')
-rw-r--r-- | Game/Code/Classes/USingScores.pas | 6 |
1 files changed, 3 insertions, 3 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); |