diff --git a/src/scenes/bootScene.js b/src/scenes/bootScene.js index 6716bb8..8ef6992 100644 --- a/src/scenes/bootScene.js +++ b/src/scenes/bootScene.js @@ -238,33 +238,33 @@ export default class BootScene extends Phaser.Scene { loadBackgrounds() { this.load.setPath('assets/backgrounds'); - // Habitacion - this.load.image('bedroomCeiling', 'bedroom/bedroomCeiling.png'); - this.load.image('bedroomBg', 'bedroom/bedroomBase.png'); - this.load.atlas('bedroom', 'bedroom/bedroom.png', 'bedroom/bedroom.json'); + // // Habitacion + // this.load.image('bedroomCeiling', 'bedroom/bedroomCeiling.png'); + // this.load.image('bedroomBg', 'bedroom/bedroomBase.png'); + // this.load.atlas('bedroom', 'bedroom/bedroom.png', 'bedroom/bedroom.json'); - // Salon - this.load.image('livingroomBg', 'livingroom/livingroomBg.png'); - this.load.atlas('livingroom', 'livingroom/livingroom.png', 'livingroom/livingroom.json'); + // // Salon + // this.load.image('livingroomBg', 'livingroom/livingroomBg.png'); + // this.load.atlas('livingroom', 'livingroom/livingroom.png', 'livingroom/livingroom.json'); - // Patio - this.load.image('playgroundClosed', 'playground/playgroundClosed.png'); - this.load.image('playgroundOpened', 'playground/playgroundOpened.png'); - this.load.image('earring', 'playground/earring.png'); + // // Patio + // this.load.image('playgroundClosed', 'playground/playgroundClosed.png'); + // this.load.image('playgroundOpened', 'playground/playgroundOpened.png'); + // this.load.image('earring', 'playground/earring.png'); - // Escaleras - this.load.image('stairsBg', 'stairs/stairsBg.png'); - this.load.image('stairsDoorClosed', 'stairs/stairsDoorClosed.png'); - this.load.image('stairsDoorOpened', 'stairs/stairsDoorOpened.png'); + // // Escaleras + // this.load.image('stairsBg', 'stairs/stairsBg.png'); + // this.load.image('stairsDoorClosed', 'stairs/stairsDoorClosed.png'); + // this.load.image('stairsDoorOpened', 'stairs/stairsDoorOpened.png'); - // Pasillo - this.load.image('corridorBg', 'corridor/corridorBg.png'); - this.load.atlas('corridor', 'corridor/corridor.png', 'corridor/corridor.json'); + // // Pasillo + // this.load.image('corridorBg', 'corridor/corridorBg.png'); + // this.load.atlas('corridor', 'corridor/corridor.png', 'corridor/corridor.json'); - // Banos - this.load.image('bathroomBg', 'bathroom/bathroomBg.png'); - this.load.atlas('bathroom', 'bathroom/bathroom.png', 'bathroom/bathroom.json'); + // // Banos + // this.load.image('bathroomBg', 'bathroom/bathroomBg.png'); + // this.load.atlas('bathroom', 'bathroom/bathroom.png', 'bathroom/bathroom.json'); // Clase desde el frente this.load.image('classFrontBg', 'classFront/classFrontBg.png');