summaryrefslogtreecommitdiff
path: root/transpiler
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-05-26 21:27:04 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-05-26 21:27:04 -0400
commite3d150f9d045c2ef4fcf952daf88d9e4999c398f (patch)
tree9cffe465480fb7be95f0b8c587c320044a699b26 /transpiler
parent7a4cb77ddccbce28cded0c97cf3bb975aafbec16 (diff)
Groundwork for 2d collision work
Diffstat (limited to 'transpiler')
-rw-r--r--transpiler/pages.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/transpiler/pages.txt b/transpiler/pages.txt
index cd8c9dd..9617a78 100644
--- a/transpiler/pages.txt
+++ b/transpiler/pages.txt
@@ -2,6 +2,7 @@
>"Rigidbody"
>>/2d/rigidbody/rigidbody_1.html "Linear Forces"
>>/2d/rigidbody/rigidbody_2.html "Rotational Forces"
+>>/2d/rigidbody/rigidbody_3.html "Collisions"
>"Collisions"
>>/2d/_collisions/rectangle_line.html "Rectangle-Line"
>>/2d/_collisions/rectangle_rectangle.html "Rectangle-Rectangle"