mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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 "../z_zone.h"
|
||||||
#include "../k_waypoint.h"
|
#include "../k_waypoint.h"
|
||||||
|
|
||||||
|
//
|
||||||
|
// ███████╗██╗██╗░░██╗███╗░░░███╗███████╗
|
||||||
|
// ██╔════╝██║╚██╗██╔╝████╗░████║██╔════╝
|
||||||
|
// █████╗░░██║░╚███╔╝░██╔████╔██║█████╗░░
|
||||||
|
// ██╔══╝░░██║░██╔██╗░██║╚██╔╝██║██╔══╝░░
|
||||||
|
// ██║░░░░░██║██╔╝╚██╗██║░╚═╝░██║███████╗
|
||||||
|
// ╚═╝░░░░░╚═╝╚═╝░░╚═╝╚═╝░░░░░╚═╝╚══════╝
|
||||||
|
//
|
||||||
|
// vertical flip
|
||||||
|
//
|
||||||
|
|
||||||
#define POHBEE_HOVER (256 << FRACBITS)
|
#define POHBEE_HOVER (256 << FRACBITS)
|
||||||
#define POHBEE_SPEED (128 << FRACBITS)
|
#define POHBEE_SPEED (128 << FRACBITS)
|
||||||
#define POHBEE_TIME (30 * TICRATE)
|
#define POHBEE_TIME (30 * TICRATE)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue