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 258a840 commit 30d8376Copy full SHA for 30d8376
src/game.js
@@ -13,6 +13,8 @@ export class Game
13
this.height = height;
14
this.app = new Application(
15
{
16
+ // This feature list matches the Springroll states subscribed to below
17
+ // Note: features will only work if the Container environment also supports controls for that feature.
18
features:
19
20
sfx: true,
@@ -23,6 +25,7 @@ export class Game
23
25
soundVolume: true,
24
26
musicVolume: true,
27
voVolume: true,
28
+ captionsMuted: true,
29
}
30
});
31
0 commit comments