From c690b6e14f1b7dc2e6f0c84831c4c274582ed11f Mon Sep 17 00:00:00 2001 From: tobigun Date: Tue, 1 Jul 2008 18:58:58 +0000 Subject: EaseOut_MaxSteps increased for faster score counter in score-screen git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1152 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Screens/UScreenScore.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Game') diff --git a/Game/Code/Screens/UScreenScore.pas b/Game/Code/Screens/UScreenScore.pas index 59e5719a..49292fd2 100644 --- a/Game/Code/Screens/UScreenScore.pas +++ b/Game/Code/Screens/UScreenScore.pas @@ -24,7 +24,7 @@ const ZBars : real = 0.8; // Z value for the bars ZRatingPic : real = 0.8; // Z value for the rating pictures - EaseOut_MaxSteps : real = 40; // that's the speed of the bars (10 is fast | 100 is slower) + EaseOut_MaxSteps : real = 10; // that's the speed of the bars (10 is fast | 100 is slower) BarRaiseSpeed : cardinal = 0; // Time for raising the bar one step higher (in ms) -- cgit v1.2.3