We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89db2e commit 22aa61cCopy full SHA for 22aa61c
src/scenes/game.scene.ts
@@ -35,7 +35,9 @@ export class Game extends Scene {
35
throw Error("Keyboard plugin is not available");
36
}
37
38
- this.sound.play(BackgroundSound.RIVER_FLOWING_INSECTS);
+ this.sound.play(BackgroundSound.RIVER_FLOWING_INSECTS, {
39
+ loop: true,
40
+ });
41
42
this._keyboard = this.input.keyboard;
43
this.createDebug();
0 commit comments