resize() If your game is set to Scalemode RESIZE then each time the browser resizes it will call this function, passing in the new width
render() Nearly all display objects in Phaser render automatically, you don't need to tell them to render.However the render method
make : Phaser.GameObjectCreator
new State() This is a base State class which can be extended if you are creating your own game.It provides quick access to common
particles : Phaser.Particles The Particle
rnd : Phaser.RandomDataGenerator
loadRender() loadRender is called during the Loader process. This only happens if you've set one or more assets to load in the preload
camera : Phaser.Camera A handy reference to World.camera
create() create is called once preload has completed, this includes the loading of any assets from the Loader.If you don't have
load : Phaser.Loader A reference to the Loader, which
Page 1 of 4