We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
spineData拿不到数据 html加载没问题 PIXI.Loader.shared.add('spineCharacter', 'static/sp/IK.json').load(function (loader, resources) { var animation = new PIXI.spine.Spine(resources.spineCharacter.spineData);
The text was updated successfully, but these errors were encountered:
解决了 在 core里面加 import './env' import "pixi-spine";
Sorry, something went wrong.
好滴,是微信小游戏吗?期待一个上线二维码
还在学习,我刚想加个 input https://github.com/ONode/pixi-textinput 集成报undefined 大神有空看下第三方的怎么集成到你的工程
No branches or pull requests
spineData拿不到数据 html加载没问题
PIXI.Loader.shared.add('spineCharacter', 'static/sp/IK.json').load(function (loader, resources) {
var animation = new PIXI.spine.Spine(resources.spineCharacter.spineData);
The text was updated successfully, but these errors were encountered: