NotMyWing / GarrysModAmongUs

Among Us, re-imagined in Garry's Mod
MIT License
29 stars 7 forks source link

Player color weirdness #41

Closed BytewaveMLP closed 3 years ago

BytewaveMLP commented 3 years ago

After 1f12214da8b521c117707bc4c32a9b82d16aab4b, a couple of things were missed:

NotMyWing commented 3 years ago

Ghost translucency is already being handled pretty fine in https://github.com/NotMyWing/GarrysModAmongUs/blob/bb3f1c4825dcd2740bcd10a1d1942336e713c792/moon%2Famongus%2Fgamemode%2Fsv_player.moon#L35-L38

BytewaveMLP commented 3 years ago

Right, but that still calls SetColor, no? So it would still have the same issue as all other instances of SetColor, only less noticeable since the ghost player is transparent.