Can K.
0
Q:

phaser add image

create() {
  // x and y are the image's center coordinates
  // so e.g. for a background you probably want to use
  // gameWidth / 2, gameHeight / 2
  const background = this.add.image(100, 100, 'background');
}
0

New to Communities?

Join the community