diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-05-13 22:05:45 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-05-13 22:05:45 -0400 |
commit | 61128756e24e88d84bd77cd4993b5f14284791f0 (patch) | |
tree | b85091efd297447ceb2516937ffe25198198c225 /frontend/transpiler | |
parent | 262f29447700db129ff3fa25315382d80581a41c (diff) |
Beginnings of the general polygon page, it looks so cool
Diffstat (limited to 'frontend/transpiler')
-rw-r--r-- | frontend/transpiler/pages.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/transpiler/pages.txt b/frontend/transpiler/pages.txt index 5bc58af..1cb2769 100644 --- a/frontend/transpiler/pages.txt +++ b/frontend/transpiler/pages.txt @@ -9,6 +9,7 @@ >>/2d/_collisions/rectangle_rectangle.html "Rectangle-Rectangle" >>/2d/_collisions/pill_line.html "Pill-Line" >>/2d/_collisions/pill_pill.html "Pill-Pill" +>>/2d/_collisions/polygon_polygon.html "Polygon-Polygon" 🌠 "3D" 🔧 "WebAssembly" >>/intro/intro.html "Introduction" |