mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-07 21:59:49 -05:00
Tombstone: change waypoint color
This commit is contained in:
parent
9a35db686a
commit
85c80fd35c
@ -2726,7 +2726,7 @@ tombstone_waypoint()
|
|||||||
hud.y = self.origin[1];
|
hud.y = self.origin[1];
|
||||||
hud.z = self.origin[2] + 40;
|
hud.z = self.origin[2] + 40;
|
||||||
hud.alpha = 1;
|
hud.alpha = 1;
|
||||||
hud.color = (0.5, 0.5, 0.5);
|
hud.color = (1, 1, 1);
|
||||||
hud.hidewheninmenu = 1;
|
hud.hidewheninmenu = 1;
|
||||||
hud.fadewhentargeted = 1;
|
hud.fadewhentargeted = 1;
|
||||||
hud setShader("specialty_tombstone_zombies", 8, 8);
|
hud setShader("specialty_tombstone_zombies", 8, 8);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user