Added more notes for future work.

This commit is contained in:
Randall Dolifka 2017-11-05 22:07:06 -06:00
parent 041e4d4e08
commit fc1fdcd89c

View file

@ -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";