PixiJS Deprecation Warning
GevinYang opened this issue · 1 comments
GevinYang commented
Description:
pixi.js: 7.2.4
pixi-spine: 4.0.4
const onAssetsLoaded = (textures: Record<string, any>) => {
bg = new Spine(textures.bg.spineData);
app.stage.addChild(bg);
}
PixiJS Deprecation Warning: utils.rgb2hex is deprecated, use Color#toNumber insteadDeprecated since v7.2.0