From 9bfd1e28b0c0e3771c8ad3bb40a9ee2a30eab5bd Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Sun, 24 Feb 2019 22:12:11 +0000 Subject: [PATCH] Added missing audio config property --- src/core/typedefs/GameConfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/typedefs/GameConfig.js b/src/core/typedefs/GameConfig.js index 4ef94cdd8..016f67ed5 100644 --- a/src/core/typedefs/GameConfig.js +++ b/src/core/typedefs/GameConfig.js @@ -30,4 +30,5 @@ * @property {Phaser.Core.Types.PhysicsConfig} [physics] - Physics configuration. * @property {Phaser.Core.Types.PluginObject|Phaser.Core.Types.PluginObjectItem[]} [plugins] - Plugins to install. * @property {Phaser.Core.Types.ScaleConfig} [scale] - The Scale Manager configuration. + * @property {Phaser.Core.Types.AudioConfig} [audio] - The Audio Configuration object. */