-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exported geometry and fixed circular dependency
- [FEATURE] Made the Vector, Box, Circle, and Polygon classes into their own individual exports instead of having to be created through the Collider2d class. - [FEATURE] Removed the reference to Box in Polygon to clear up a circular dependency. - [DOCS] Updated documentation to reflect new API. - [TEST] Updated tests to match new API. - [MISC] Removed unnecessary types. - [MISC] Started renaming filse to use underscores to follow JavaScript guidelines. - [MISC] Updated dev-dependencies to their latest versions and fixed all security vulnerabilities. - [MISC] Updated npm scripts to remove existing files before building/bundling to avoid issues with old code. - [MISC] Renamed lib directory to build to be consistent with other projects.
- Loading branch information
1 parent
2235da7
commit 2d9e565
Showing
39 changed files
with
4,581 additions
and
4,828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.