v1.10如何动态加载SpriteAtlas

Since v1.10, for any atlas (“image/card”) in the “resources” directory, it is not possible to find the contained SpriteFrames via loadRes, getRes or releaseRes. Load the SpriteAtlas first and then use spriteAtlas.getSpriteFrame(name) instead please.