Example #1
0
        public static Ball ballWithTexture(CCTexture2D aTexture)
        {
            Ball pBall = new Ball();
            pBall.initWithTexture(aTexture);
            //pBall->autorelease();

            return pBall;
        }
Example #2
0
        public static Ball ballWithTexture(CCTexture2D aTexture)
        {
            Ball pBall = new Ball();

            pBall.initWithTexture(aTexture);
            //pBall->autorelease();

            return(pBall);
        }