Spritesheet动画是垂直的,而不是水平的
I have a sprite sheet that I want to animate in Godot game engine but I bugs because Godot makes the frames cycle right to left when my sprite sheet has animations going from top to bottom. How do I fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以将设置从编辑器
在这里,我将Hframes设置为4 byt,您需要将Vframes设置为Spritesheet的垂直帧号码。就像您需要设置的方式和Hframes一样
you can change the settings from editor
Here i have set the Hframes to 4 byt you need to set the vframes to the vertical frames number from your spritesheet. In the same way you need to set and your hframes
您可以更改图片中所示的
y
的数量,这将修复它。You can change the number of
y
as shown in your picture and that will fix it.