UnderwaterApps / overlap2d-runtime-libgdx

Overlap2D - UI and Level Editor libgdx runtime
http://overlap2d.com
Other
170 stars 96 forks source link

Added support to animations with first frame named different to "001". #22

Closed Hohenheimsenberg closed 9 years ago

Hohenheimsenberg commented 9 years ago

It works with animations starting from frame "000" ,"002", "00n" Finds the lowest frame and uses it instead of -1 to fill the array. The new array is used just to avoid reparsing the names.

20 Related

azakhary commented 9 years ago

Thanks!