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
About the stage and renderer, it seems we no longer need to setup the stage ourselves since it's already a property of the pixi application? We also dont need to call renderer.render(graphic), because pixi does that automatically?
About the stage and renderer, it seems we no longer need to setup the stage ourselves since it's already a property of the pixi application? We also dont need to call renderer.render(graphic), because pixi does that automatically?
I've only figured those out from the examples here : http://pixijs.github.io/examples/#/basics/spritesheet.js
I never used pixi so maybe you'd know more than me about what parts to modify, but it looks like this tuto needs a lot of refactoring.
The text was updated successfully, but these errors were encountered: