.PIG File

.PIG File

File extension: PIG

File type: Texture File

The PIG file type is primarily associated with 'Descent'. The .PIG file can also store sound effects (no music) and model data.

CCSprite* confirmBg=CCSprite::createWithSpriteFrameName("sell_confirm_bg.png");

confirmBg->,));

box->addChild(confirmBg);

CCScale9Sprite* confirmUpSprite=CCScale9Sprite::createWithSpriteFrameName("sell_confirm_up.png");

CCScale9Sprite* confirmDownSprite=CCScale9Sprite::createWithSpriteFrameName("sell_confirm_down.png");

CCControlButton* confirmBtn=CCControlButton::create(confirmUpSprite);

confirmBtn->setBackgroundSpriteForState(confirmDownSprite, CCControlStateHighlighted);

confirmBtn->setZoomOnTouchDown(false);

confirmBtn->,));

confirmBtn->, ));

上一篇:HDU 5806 NanoApe Loves Sequence Ⅱ


下一篇:Express使用html模板