You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Draws a {Phaser.Polygon} or a {PIXI.Polygon} filled
@@ -203,7 +203,7 @@ Phaser.Graphics.prototype.drawPolygon = function (poly) {
203
203
204
204
this.lineTo(poly.points[0].x,poly.points[0].y);
205
205
206
-
}
206
+
};
207
207
208
208
/**
209
209
* Indicates the rotation of the Graphics, in degrees, from its original orientation. Values from 0 to 180 represent clockwise rotation; values from 0 to -180 represent counterclockwise rotation.
* Indicates the rotation of the Image, in degrees, from its original orientation. Values from 0 to 180 represent clockwise rotation; values from 0 to -180 represent counterclockwise rotation.
0 commit comments