New 3.50 beta anims .createFromAseprite() function

Hi!

The new .createFromAseprite() function is great.

However, I can’t found a way to load frame duration from aseprite json atlas.

In .anims.textureManager.list[key].customData I found metadata from aseprite animation .json, but:

  • AtlasJSONFile no longer stores the JSON in the JSON Cache once the texture has been created.

Before, I get frame duration on json.frames[frame_key].duration (from atlas), but at now this information no longer stores.

Some recommendation for this (without load again json)?