Game Config

PHOTO EMBED

Mon Jul 26 2021 22:59:54 GMT+0000 (Coordinated Universal Time)

Saved by @redflashcode #javascript

const config = {
  width: 400,
  height: 500,
  backgroundColor: 0xffff77
}

const game = new Phaser.Game(config)
content_copyCOPY