Skip to content

Commit 30d8376

Browse files
committed
added small comment about the features list
1 parent 258a840 commit 30d8376

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/game.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export class Game
1313
this.height = height;
1414
this.app = new Application(
1515
{
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.
1618
features:
1719
{
1820
sfx: true,
@@ -23,6 +25,7 @@ export class Game
2325
soundVolume: true,
2426
musicVolume: true,
2527
voVolume: true,
28+
captionsMuted: true,
2629
}
2730
});
2831

0 commit comments

Comments
 (0)