提问人:iPhoneProcessor 提问时间:8/7/2017 更新时间:8/7/2017 访问量:102
Cocos2d-x iphone/ipad 所需的背景图片集
Cocos2d-x Background image sets required for iphone/ipad
问:
在 Cocos2d Obj.C 游戏中,我使用以下代码来显示背景。
CCSprite *bg = [CCSprite spriteWithImageNamed:@"Background.png"];
在文件夹中,我把这些图像集
Background.png 320x480
Background-hd.png 640x960
Background-ipad.png 768x1024
Background-ipadhd.png 1536x2048
此代码已有 3 年的历史。现在 cocos2d-x 中背景需要哪些图像集?
在 Cocos2d-x 中,
auto sprite = Sprite::create("Background.png");
如何在 cocos2d-x 中读取 iphone5/iphone6/iPhone7/iPadpro 的背景?什么是文件扩展名?
现在理想的游戏程序员使用什么设置?
答: 暂无答案
评论