Skip to content

Commit

Permalink
feat(game): start electro scene
Browse files Browse the repository at this point in the history
  • Loading branch information
domi7777 committed Dec 22, 2024
1 parent 514d803 commit 321e01e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export class LarsenGame extends Phaser.Game {
this.events.on('ready', () => {
console.log('ready');
// TODO eventually restore previous state
this.startInstrumentScene(2, instrumentScenes.electroSynth);
this.startInstrumentScene(1, instrumentScenes.synth);
this.startInstrumentScene(0, instrumentScenes.drums);
});
Expand Down

0 comments on commit 321e01e

Please sign in to comment.