Skip to content

Commit

Permalink
Enable music
Browse files Browse the repository at this point in the history
  • Loading branch information
Golen87 committed Apr 26, 2024
1 parent 6d1a42a commit 2855d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DJ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class DJ extends Phaser.GameObjects.Container {
scene.add.existing(this);
this.scene = scene;

this.volume = 0.0;
this.volume = 0.5;

this.drums = new Music(scene, "track_drums", { volume: 0 });
this.bass = new Music(scene, "track_bass", { volume: 0 });
Expand Down

0 comments on commit 2855d88

Please sign in to comment.