mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Starting Polygon class.
This commit is contained in:
parent
d8b7797e35
commit
1569775835
1 changed files with 6 additions and 0 deletions
6
v3/src/geom/polygon/Polygon.js
Normal file
6
v3/src/geom/polygon/Polygon.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
var Polygon = function ()
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
module.exports = Polygon;
|
Loading…
Add table
Reference in a new issue