1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-07 13:49:33 -05:00

Tombstone: change waypoint color

This commit is contained in:
Jbleezy 2024-06-05 20:19:35 -07:00
parent 9a35db686a
commit 85c80fd35c

View File

@ -2726,7 +2726,7 @@ tombstone_waypoint()
hud.y = self.origin[1];
hud.z = self.origin[2] + 40;
hud.alpha = 1;
hud.color = (0.5, 0.5, 0.5);
hud.color = (1, 1, 1);
hud.hidewheninmenu = 1;
hud.fadewhentargeted = 1;
hud setShader("specialty_tombstone_zombies", 8, 8);