mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 16:09:06 +07:00
flipbook container impl
This commit is contained in:
@@ -1,2 +1,19 @@
|
||||
{
|
||||
"frames" : [{
|
||||
"atlas" : "atlas.json",
|
||||
"region" : "sprite"
|
||||
}, {
|
||||
"texture" : "image.png",
|
||||
"pivot" : { "x" : 1, "y" : 2 },
|
||||
"texrect" : { "x" : 5, "y" : 6, "w" : 7, "h" : 8 }
|
||||
}],
|
||||
"sequences" : [{
|
||||
"fps" : 24,
|
||||
"name" : "sequence_0",
|
||||
"frames" : [0,1,0,1]
|
||||
}, {
|
||||
"fps" : 30,
|
||||
"name" : "sequence_1",
|
||||
"frames" : [1,0,0,1]
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user