Skip to content

Commit

Permalink
ª
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCastUCM committed Jul 25, 2024
1 parent c3cfb2a commit fe25a27
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/scenes/bootScene.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit fe25a27

Please sign in to comment.