This repository was archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Animated Cape
jadar edited this page Nov 11, 2013
·
9 revisions
Animated capes are capes that are animated, obviously. The frames are split up into multiple files. The order of frames and rate at which they change (FPS) are given in the cape pack. Each frame can be a different resolution, if you choose to do so, but that is up to you.
##Contents
1. Metadata
2. Set up
"frames": [
"frame1.png",
"frame2.png",
"frame3.png",
"frame4.png"
]
A full animated cape node will look like this.
{
"exampleAnimatedCape": {
"frames": [
"frame1.png",
"frame2.png",
"frame3.png",
"frame4.png"
],
"fps": 4
}
}
Don't forget to add the comma on the end. It might complain if there is a comma on a line and there is no entry below it. For example if the last frame, or the fps
line had a comma at the it might complain.