phaser/src/geom
2016-02-26 14:56:25 -05:00
..
Circle.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
Ellipse.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
Line.js Docs fix #2310 2016-02-02 16:19:09 +00:00
Matrix.js Phaser 2.4 release. 2015-07-22 15:31:30 +01:00
Point.js jshint fix. 2015-08-07 01:41:59 +01:00
Polygon.js Added new format for polygon points 2016-02-26 14:56:25 -05:00
Rectangle.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
RoundedRectangle.js Phaser 2.4 release. 2015-07-22 15:31:30 +01:00