

Right now, walking animations have 4 frames. So I'd like to know if there are any plugins that let me do these: I'm mainly a 2D artist, I don't understand a single thing about making plugins. But I would like to do stuff with character animations and I'm not sure how. I already found plugins for changing tileset size, and resolution of window (and making parallax maps and changing fonts, but that's unrelated). I was looking for MV plugins and plan ahead what stuff I can and can't do. I could attempt to make a tutorial but not right now. To control what pose in the sheet is what, it's somewhere there. The spritesheet index (aka pose ID) will start from 0~3. Now if you need to order them, as you seen in the video, it's one pose per row. So it means the File Dimensions is 672 x 336. The Spritesheet width is now 672.įor our Spritesheet height, you have to do. Since our sprite is 84 (w), it will be 84x8. (Idle, Attack, Defend, Dead)įor our Spritesheet width, You have to multiply the.


Let's assume you have 8 frames of animation.Īnd 4 basic poses. This means that your sprite sheet has a grid size of 84x84. Do i expand the default sprite sheet for the frames im gonna use? Or just squeeze them in and hope I have enough space.Ĭuz My brain is too small to understand how things work.īasically, get the maximum width and height of your sprite.įor example, if your sprite is 83x83, make sure it's at least in a power of 2 file dimensions like 84x84 to avoid issues. Originally posted by Demagogue disorder:Like.
