Exemplo n.º 1
0
 public void ChangeScale()
 {
     if (sprites != null)
     {
         sprites.SetTextureScale(active_zone, 2f, .5f, 0f);
     }
 }