diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Screens/UScreenScore.pas | 2 |
1 files changed, 1 insertions, 1 deletions
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) |