spritesheet.js
spritesheet.js copied to clipboard
fix mis-ordering for non-CSS formats. #47
Fix ordering issue when using a different format than CSS.
When having a file named "_hover"
or "_active"
, they used to have its order changed, which breaks the JSON format for CreateJS, for example.
Possibly related to issue: https://github.com/krzysztof-o/spritesheet.js/issues/47