-
Notifications
You must be signed in to change notification settings - Fork 6
Creating Animation Texture
LopyMine edited this page Sep 22, 2024
·
5 revisions
One of the main things in custom animation is the animation texture. Basically, your texture just will store all frames of your animation in one .png file.
Let's try to create texture which will store animated 2D piston.
- First, we need to get side piston texture (I got it from Minecraft Assets):
- Second, we need to open it, rotate it, and add some frames:
I will use Aseprite for this, you can use any other program
- Let's animate each frame:
- Let's save our texture and done!
