caymanbruce Posted April 9, 2017 Share Posted April 9, 2017 If I start my PIXI project by loading some 'png' resources I need to do loader.add(...).load(setup); function setup(loader, resources) { //... } But what if I don't need those resources to start my project? I am currently using: window.onload = function() { //... } Is this the right way to do or is there any other more PIXI-ish way? Quote Link to comment Share on other sites More sharing options...
xerver Posted April 9, 2017 Share Posted April 9, 2017 There is not a more pixi-ish way. You start your project whenever you want it to be started. Usually after the DOM has loaded. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.