Lime for Corona SDK - 相机聚焦于图层
有没有任何解决方案可以在 Lime 框架中设置对层的关注。 我想在带有滚动背景(相机)的名为“keepie uppie”的游戏上使用它。 当您击球时,整个框架以及球和网球拍都会向上移动。
下图显示了我希望如何使其工作:
Is there any solution for setting up focus on layer in Lime framework.
I would like to use this on game called "keepie uppie" with scrolling background (camera).
When you hit the ball the entire frame together with a ball and tennis racket moves up.
The figure below shows how I would like to make it work:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 Lime 的相机。它基本上创建一个显示组并移动与之相关的所有内容。您可以将相机聚焦在您的游戏对象之一上。 github 存储库包含一个这样做的示例。
https://github.com/GrahamRanson/Camera
Check out the Camera from Lime. It basically creates a display group and moves everything relative to that. You can focus the camera on one of your game objects. The github repo includes an example of doing just that.
https://github.com/GrahamRanson/Camera