我将 AndEngine 用于我的 android 游戏,我从 github 下载了 Master AndEngine,但没有 Master 的 Physics Box2D Extension。我不知道在哪里下载它或我可以使用它的哪个版本?
问问题
5634 次
1 回答
3
如果您使用的是 nicolas 的 AndEngine 副本,请查看他在 GitHub 上的帐户。所有扩展都列在他的存储库下:https ://github.com/nicolasgramlich
Box2DExtension 在这里:https ://github.com/nicolasgramlich/AndEnginePhysicsBox2DExtension
如果您像我一样使用 RealMayo 的 AndEngine 分支,但是您还必须使用他的 PhysicsBox2DExtension 副本,该副本位于此处:https ://github.com/RealMayo/AndEnginePhysicsBox2DExtension
于 2012-07-09T12:01:21.273 回答