Cocos2D 中的缩放问题
我正在 cocos2D android 中创建一个游戏。 我的问题是,当应用程序在进入后台后恢复时,我的应用程序图像缩放发生变化,并且所有内容都变得很大,而不是我最初设置的大小。
当我停止这个游戏并重新启动它时,就没有问题了。 这是Cocos2d的问题吗?或者 我应该怎么做才能解决这个问题? 因为我希望我的游戏具有恢复功能。
I am creating a game in cocos2D android.
My problem is when the app resumes after going to background, my app images scaling changes and everything becomes big instead of what I have set initially.
When I stop this game and restart it, then there is no problem.
Is that the problem with Cocos2d? or
what should I do to resolve this problem?
because I want the resume capability in my game.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否在启动 cocos2d 场景时在活动中添加了底部方法
Have you added bottom methods with in you activity from you are starting cocos2d scene