mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Increase UFO base speed
This commit is contained in:
parent
abcff39cd5
commit
ad005f461e
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
#include "../k_waypoint.h"
|
#include "../k_waypoint.h"
|
||||||
#include "../k_specialstage.h"
|
#include "../k_specialstage.h"
|
||||||
|
|
||||||
#define UFO_BASE_SPEED (24 * FRACUNIT) // UFO's slowest speed.
|
#define UFO_BASE_SPEED (42 * FRACUNIT) // UFO's slowest speed.
|
||||||
#define UFO_SPEEDUP (FRACUNIT >> 1) // Acceleration
|
#define UFO_SPEEDUP (FRACUNIT >> 1) // Acceleration
|
||||||
#define UFO_SLOWDOWN (FRACUNIT >> 1) // Deceleration
|
#define UFO_SLOWDOWN (FRACUNIT >> 1) // Deceleration
|
||||||
#define UFO_SPACING (768 * FRACUNIT) // How far the UFO wants to stay in front
|
#define UFO_SPACING (768 * FRACUNIT) // How far the UFO wants to stay in front
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue