mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
* :) * that * move those there * refactor that too * wew * stuff * almost. * sigh * just need speed * stuf * pain * hm * tweaks * that * eh * wack * a * done * that's important * wacky * all that * fixes * typo * that * a * funny * that * that * woo * help im losing my fucking mind * okay * fix
14 lines
480 B
Plaintext
14 lines
480 B
Plaintext
#define PARALLAX_DELAY_DEFAULT world.tick_lag
|
|
#define PARALLAX_DELAY_MED 1
|
|
#define PARALLAX_DELAY_LOW 2
|
|
|
|
// WARNING - client.prefs uses this, if you change these make sure to update the code in preferences!
|
|
#define PARALLAX_DISABLE 0
|
|
#define PARALLAX_LOW 1
|
|
#define PARALLAX_MED 2
|
|
#define PARALLAX_HIGH 3
|
|
#define PARALLAX_INSANE 4 // default
|
|
|
|
// keep this false until we can fix it being a seizure hazard/ugly as sin
|
|
#define PARALLAX_ROTATION_ANIMATIONS FALSE
|