this.layers = {
    bg: this.add.layer(),
    back: this.add.layer(),
    player: this.add.layer(),
    front: this.add.layer(),
};