Corrected the spin behavior of the Redeemer Missile's outer reticle.

Added optional fancy screen shader to Redeemer.
This commit is contained in:
Marisa the Magician 2018-08-14 21:39:13 +02:00
commit 80ed7e0939
6 changed files with 65 additions and 15 deletions

View file

@ -20,3 +20,4 @@ user float flak_statussize = 1.0; // 0.5 <-> 1.5 in steps of 0.1 (default 1.0)
user bool flak_footsteps = true;
server bool flak_translocator = false;
user bool flak_noswitchdeemer = true; // don't switch to redeemer when out of ammo
user bool flak_deemershader = false;