Hi!
Was trying to set up animation sequences with .json files but I just get an error setting them up.
It looks like:
{
"HasBody": "",
"IsPlayer": "",
"IsAnimated": "",
"animIdle": { "startFrame" : 1, "frameCount" : 2, "time" : 5000 },
"animFalling": { "startFrame" : 3, "frameCount" : 4, "time" : 500 },
"bounce": 0.0,
"density": 10,
"friction": 1.0 ,
"isFixedRotation" : "true",
"sequences": ["animIdle", "animFalling"]
}
Problem seems to be with the animIdle and such, stops with an error getting a table when expecting a string in lime utils. So how do I define different sequences of animation? I works in Tiled but how should it look when put in a .json config file? [import]uid: 17969 topic_id: 35379 reply_id: 335379[/import]