著名的应用程序使用 cocos2d 吗?

发布于 2024-11-04 03:03:28 字数 168 浏览 5 评论 0原文

我是法国人,请原谅我糟糕的英语。

我想知道 Tiny Wings、Angry Birds 和其他类似的优秀应用程序是否在其部分或全部游戏中使用 cocos2D。我想使用粒子设计器,并且我们必须将它与 cocos2d 一起使用,但我不喜欢 cocos2d 的图像出现在 App Store 上我的应用程序上。

I'm French so excuse my poor English.

I'd like to know is if Tiny Wings, Angry Birds, and other great applications like that use cocos2D, for some or all of their game. I want to use the particle designer and we must use it with cocos2d, but I don't like the fact that the image of cocos2d appears on my application on the App Store.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

春庭雪 2024-11-11 03:03:28

Tiny Wings、Angry Birds、Mega Jump、Trainyard...仅举几例,使用 cocos2d、box2d 或两者都使用。

来源:我正在等待发布的一本 cocos2d 书籍的描述。

另外...您可以轻松更改应用程序的默认加载图像。

-- 编辑 --

要从应用程序中删除帧速率,请从应用程序委托文件中删除以下代码行:

[[Director sharedDirector] setDisplayFPS:YES];

或者,您可以将该行保留在那里,但将其设置为 NO

Tiny Wings, Angry Birds, Mega Jump, Trainyard... to name a few, use cocos2d, box2d, or both.

Source: A description of a cocos2d book that I'm waiting to be released.

Also... you can change the default loading image of the application... easily.

-- EDIT --

To remove the frame rate from your application, remove the following line of code from your app delegate file:

[[Director sharedDirector] setDisplayFPS:YES];

Or, you can leave the line there but set it to NO.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文