mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Make the slowest speed slower
Was designed for Snap's tiny item sprites, for the huge ones it still feels pretty fast. The fastest speed is unchanged, though :)
This commit is contained in:
parent
e45cef44df
commit
13d7c791f5
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
// Consistent seed used for item reels
|
||||
#define ITEM_REEL_SEED (0x22D5FAA8)
|
||||
|
||||
#define ROULETTE_SPEED_SLOWEST (12)
|
||||
#define ROULETTE_SPEED_SLOWEST (20)
|
||||
#define ROULETTE_SPEED_FASTEST (2)
|
||||
#define ROULETTE_SPEED_DIST (224*DISTVAR)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue