Ejemplo n.º 1
0
 // Use this for initialization
 void Start () {
     bodyMaterial = new MaterialPicker(redBody, pinkBody, greenBody, yellowBody);
     eyeMaterial = new MaterialPicker(redEye, pinkEye, greenEye, yellowEye);
     currentTarget = GameState.GhostParts.Body;
     ChangeApperance();
 }
Ejemplo n.º 2
0
 public void SpellMiss() {
     currentTarget = GameState.GhostParts.Body;
     CancelInvoke("ChangeApperance");
     ChangeApperance();
 }