mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 01:38:23 +00:00
Added missing docs.
This commit is contained in:
parent
f64bb72a28
commit
b287b9dbab
1 changed files with 0 additions and 5 deletions
|
@ -83,8 +83,3 @@ PIXI.InteractionManager = PIXI.InteractionManager || function () {};
|
|||
|
||||
// Equally we're going to supress the Pixi console log, with their agreement.
|
||||
PIXI.dontSayHello = true;
|
||||
|
||||
// PIXI.Polygon.prototype.type = PIXI.Graphics.POLY;
|
||||
// PIXI.Rectangle.prototype.type = PIXI.Graphics.RECT;
|
||||
// PIXI.Circle.prototype.type = PIXI.Graphics.CIRC;
|
||||
// PIXI.Ellipse.prototype.type = PIXI.Graphics.ELIP;
|
||||
|
|
Loading…
Reference in a new issue