mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Added missing audio config property
This commit is contained in:
parent
a87f275054
commit
9bfd1e28b0
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue