Skip to content

Commit 9bfd1e2

Browse files
committed
Added missing audio config property
1 parent a87f275 commit 9bfd1e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/typedefs/GameConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@
3030
* @property {Phaser.Core.Types.PhysicsConfig} [physics] - Physics configuration.
3131
* @property {Phaser.Core.Types.PluginObject|Phaser.Core.Types.PluginObjectItem[]} [plugins] - Plugins to install.
3232
* @property {Phaser.Core.Types.ScaleConfig} [scale] - The Scale Manager configuration.
33+
* @property {Phaser.Core.Types.AudioConfig} [audio] - The Audio Configuration object.
3334
*/

0 commit comments

Comments
 (0)