Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用在 android 上移植的 cocos2d 制作了一个游戏,我正在尝试拉伸 CCSprite 以适应屏幕。我在 cocos2d android 中创建了图像处理的答案?但这种方式对应用程序的大小造成了很大的打击。你还有什么建议吗?
您是否尝试过更改精灵的比例?您可以计算精灵和屏幕尺寸之间的因子,并将其应用于精灵比例。