mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-28 02:32:48 +00:00
Battle: power-up time 20 -> 30 seconds, UFO respawn 25 -> 20 seconds
This commit is contained in:
parent
2f021344d9
commit
d34760b7bf
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ extern "C" {
|
|||
|
||||
#define BATTLE_SPAWN_INTERVAL (4*TICRATE)
|
||||
#define BATTLE_DESPAWN_TIME (15*TICRATE)
|
||||
#define BATTLE_POWERUP_TIME (20*TICRATE)
|
||||
#define BATTLE_UFO_TIME (25*TICRATE)
|
||||
#define BATTLE_POWERUP_TIME (30*TICRATE)
|
||||
#define BATTLE_UFO_TIME (20*TICRATE)
|
||||
|
||||
#define BATTLE_MONITOR_SPAWN_LIMIT (3)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue