Skip to content

Commit 041f0c5

Browse files
authored
Merge pull request phaserjs#3513 from mkimmet/master
Added missing physics property to GameConfig
2 parents 9e0f113 + e54e30e commit 041f0c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/boot/Config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ var ValueToColor = require('../display/color/ValueToColor');
9898
* @property {object} [images] - [description]
9999
* @property {string} [images.default] - [description]
100100
* @property {string} [images.missing] - [description]
101+
* @property {object} [physics=null] - [description]
101102
*/
102103

103104
/**

0 commit comments

Comments
 (0)