animate-extension icon indicating copy to clipboard operation
animate-extension copied to clipboard

[Suggest] Make assets key the same with its full path

Open k8w opened this issue 8 years ago • 0 comments

In generated js, I found this:

lib.as3_PixiAnimate.assets = {
    "a1": "images/a1.png",
    "a2": "images/a2.png",
    "readers_yay": "sounds/readers_yay.wav"
};

The key of lib.XXX.assets is the name. It would have some problem if there is duplicated name in different folder. (For example images/a1.png with /a1.png)

It may be better if the key is the fullpath like images/a1.png;

k8w avatar Dec 13 '17 09:12 k8w