You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have had a problem for a long time. Can I use pixi-animate to load files created by animate cc in pixijs? After all, animate cc creates animations very conveniently. thanks!
The text was updated successfully, but these errors were encountered:
Open the html page exported from Animate and you'll see the standard way to work with the assets.
var scene = new PIXI.animate.Scene(800, 600, { view: document.getElementById("stage"), backgroundColor: 0xffffff, antialias: true }); scene.load(lib.Main);
Or are you looking for information on using a pixi-animate Scene with other display objects in a pixi-js Application?
I have had a problem for a long time. Can I use pixi-animate to load files created by animate cc in pixijs? After all, animate cc creates animations very conveniently. thanks!
The text was updated successfully, but these errors were encountered: