mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
Fixed namespace
This commit is contained in:
parent
641abd300b
commit
7eac419d3c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ var Vertices = require('./lib/geometry/Vertices');
|
|||
* Use PhysicsEditorParser.parseBody() to build a Matter body object, based on a physics data file
|
||||
* created and exported with PhysicsEditor (https://www.codeandweb.com/physicseditor).
|
||||
*
|
||||
* @name Phaser.Physics.Matter.PhysicsEditorParser
|
||||
* @namespace Phaser.Physics.Matter.PhysicsEditorParser
|
||||
* @since 3.10.0
|
||||
*/
|
||||
var PhysicsEditorParser = {
|
||||
|
|
Loading…
Reference in a new issue