diff --git a/libraries/BasicRectangleColliderJs.yaml b/libraries/BasicRectangleColliderJs.yaml new file mode 100644 index 0000000..39d4dca --- /dev/null +++ b/libraries/BasicRectangleColliderJs.yaml @@ -0,0 +1,11 @@ +name: BasicRectangleColliderJs +description: A basic rectangle collision library made for just non-rotated rectangles that tells you the face collided with and has a collision system where you can have one element be static and one dynamic with the dynamic collider getting pushed away by the other. +category: physics +sourceUrl: https://github.com/RandomGamingDev/BasicRectangleColliderJs/ +featuredImage: + url: BasicRectangleColliderJs.png + altText: The title "BasicRectangleColliderJs" is in the top left, with an example of a non-touching rectangles in white and touching rectangles in red +author: + name: RandomGamingDev + url: https://randomgamingdev.github.io/index.html +license: MIT diff --git a/libraries/images/BasicRectangleColliderJs.png b/libraries/images/BasicRectangleColliderJs.png new file mode 100644 index 0000000..b2ab9de Binary files /dev/null and b/libraries/images/BasicRectangleColliderJs.png differ