Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PixiJS Deprecation Warning #534

Closed
GevinYang opened this issue Nov 15, 2023 · 1 comment
Closed

PixiJS Deprecation Warning #534

GevinYang opened this issue Nov 15, 2023 · 1 comment

Comments

@GevinYang
Copy link

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

@manico
Copy link

manico commented Nov 17, 2023

Same issue: #515

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants