Ejemplo n.º 1
0
 public void SetSamHand()
 {
     selectHandTexture = samHand;
     GetComponent<UITexture>().pivot = UIWidget.Pivot.Right;
     characterHand = CharacterHand.SAM;
 }
Ejemplo n.º 2
0
 public void SetLuisHand()
 {
     selectHandTexture = luisHand;
     GetComponent<UITexture>().pivot = UIWidget.Pivot.Left;
     characterHand = CharacterHand.LUIS;
 }