generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule geometry
updated
23 files
+115 −12 | 3d/Point3d.js | |
+2 −2 | CenteredPolygon/CenteredPolygon.js | |
+21 −15 | CenteredPolygon/CenteredPolygonBase.js | |
+4 −2 | CenteredPolygon/CenteredRectangle.js | |
+51 −0 | Changelog.md | |
+1 −0 | ClipperPaths.js | |
+48 −8 | Draw.js | |
+92 −7 | Matrix.js | |
+133 −26 | PIXI/Circle.js | |
+95 −64 | PIXI/Point.js | |
+240 −111 | PIXI/Polygon.js | |
+113 −48 | PIXI/Rectangle.js | |
+2 −1 | RegularPolygon/EquilateralTriangle.js | |
+20 −18 | RegularPolygon/Hexagon.js | |
+28 −15 | RegularPolygon/RegularPolygon.js | |
+55 −57 | RegularPolygon/Square.js | |
+36 −21 | Shadow.js | |
+208 −0 | ShapeHoled.js | |
+17 −4 | const.js | |
+164 −115 | elevation.js | |
+167 −0 | elevation_configs.js | |
+78 −26 | registration.js | |
+12 −0 | templates/placeable-elevation-config.html |