From fc1fdcd89c34e5b2caa230ebea732cf1850527c2 Mon Sep 17 00:00:00 2001 From: Randall Dolifka Date: Sun, 5 Nov 2017 22:07:06 -0600 Subject: [PATCH] Added more notes for future work. --- Project Undercover/Assets/Scripts/Guard/GuardController.cs | 2 ++ 1 file changed, 2 insertions(+) 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";