@ -10,6 +10,7 @@ function launch({ containerId, onLose }) {
width,
height,
parent: containerId,
backgroundColor: 0xbbada0,
scale: {
mode: Phaser.Scale.FIT,
autoCenter: Phaser.Scale.CENTER_BOTH,
physics: {
default: "arcade",
arcade: {
@ -11,6 +11,7 @@ function launch({ containerId, onLose }) {
@ -226,6 +226,7 @@ export default class Game extends Phaser.Game {
width: containerWH,
height: containerWH,