mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
fixme for james :)
This commit is contained in:
parent
6d79df0577
commit
8f38555a86
1 changed files with 11 additions and 0 deletions
|
|
@ -23,6 +23,17 @@
|
|||
#include "../z_zone.h"
|
||||
#include "../k_waypoint.h"
|
||||
|
||||
//
|
||||
// ███████╗██╗██╗░░██╗███╗░░░███╗███████╗
|
||||
// ██╔════╝██║╚██╗██╔╝████╗░████║██╔════╝
|
||||
// █████╗░░██║░╚███╔╝░██╔████╔██║█████╗░░
|
||||
// ██╔══╝░░██║░██╔██╗░██║╚██╔╝██║██╔══╝░░
|
||||
// ██║░░░░░██║██╔╝╚██╗██║░╚═╝░██║███████╗
|
||||
// ╚═╝░░░░░╚═╝╚═╝░░╚═╝╚═╝░░░░░╚═╝╚══════╝
|
||||
//
|
||||
// vertical flip
|
||||
//
|
||||
|
||||
#define POHBEE_HOVER (256 << FRACBITS)
|
||||
#define POHBEE_SPEED (128 << FRACBITS)
|
||||
#define POHBEE_TIME (30 * TICRATE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue