@cc-component/cc-guide 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -336,7 +336,7 @@ export class GuideCenter {
|
|
|
336
336
|
|
|
337
337
|
LoadSprite(sp: Sprite, param: string, callback?: () => void) {
|
|
338
338
|
const path = param + '/spriteFrame'
|
|
339
|
-
const bundleName = this.param.
|
|
339
|
+
const bundleName = this.param.bundleNameSprite
|
|
340
340
|
const bundle = assetManager.getBundle(bundleName)
|
|
341
341
|
const sprite = bundle.get(path, SpriteFrame)
|
|
342
342
|
if (sprite) {
|