Hello,
Sorry, I'm not experienced in animation, just trying to understand how it works.
You switch wing sprites overt the time but for the last frame and for first one you have 2 different sprites
Am i correct that for normal cases, you should not have different sprites for first frame (time=0) and for last frame (time=1.0) because it switch to it for the same time.
like in dragon demo (dragon.xml slots animation part)
"R_wing": {
"attachment": [
{ "time": 0, "name": "R_wing01" },
{ "time": 0.0666, "name": "R_wing02" },
.........
{ "time": 0.9666, "name": "R_wing08" },
{ "time": 1, "name": "R_wing09" }
]
}