Added more notes for future work.
This commit is contained in:
parent
041e4d4e08
commit
fc1fdcd89c
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Reference in a new issue