createFixedLayer(children) → {
setSize(width, height) Sets the core game size. This resets the w/h parameters and bounds. Parameters
createCustomLayer(width, height, children) → {
reset() Resets the layer children references Source code:
createFullLayer(children) → {
manager : Phaser.ScaleManager A reference
refresh() Updates all internal vars such as the bounds and scale values. Source
debug() Call in the render function to output the bounds rects. Source code:
onResize(width, height) Called when the game container changes dimensions. Parameters
createFluidLayer(children) → {
Page 1 of 2