Example #1
0
 //public Shader shader;
 // Use this for initialization
 void Start()
 {
     isPaused = false;
     animator = GetComponent<Animator> ();
     gameManager = GameObject.Find ("GameManager").GetComponent<CounterGameMode> ();
     //Camera.main.SetReplacementShader (shader, null);
 }
Example #2
0
 void Start()
 {
     manager = GetComponent<CounterGameMode> ();
 }