diff --git a/Project Undercover/Assets/Scripts/Guard/GuardController.cs b/Project Undercover/Assets/Scripts/Guard/GuardController.cs index bc2302e..23d47f8 100755 --- a/Project Undercover/Assets/Scripts/Guard/GuardController.cs +++ b/Project Undercover/Assets/Scripts/Guard/GuardController.cs @@ -75,6 +75,8 @@ public class GuardController : Photon.PunBehaviour { void SetCameraText() { // TODO - GuardCamera should be responsible for text. + // Each GuardCamera should display its name in colored text. + // Red denotes that it is owned by another player, Green denotes free. if (mInControl) { cameraStatusText.text = "In-Control";