p5.SceneManager
p5.SceneManager copied to clipboard
preload() in individual scene
i am getting a hang of using scenemanager and P5. is there a way to call to the preload() in individual scene?
It seems like the logic is: whatever you would normally put in preload(), you'll put in the this.setup function. And whatever you'd normally put in setup(), you'll put in the this.enter function.