Added missing audio config property

This commit is contained in:
Richard Davey 2019-02-24 22:12:11 +00:00
parent a87f275054
commit 9bfd1e28b0

View file

@ -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.
*/