public void SwapTexture(Texture.Name textureName) { Texture pTexture = TextureMan.Find(textureName); this.poAzulSprite.SwapTexture(pTexture.GetAzulTexture()); }