Example #1
0
        public void SwapTexture(Texture.Name textureName)
        {
            Texture pTexture = TextureMan.Find(textureName);

            this.poAzulSprite.SwapTexture(pTexture.GetAzulTexture());
        }