diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-05-25 20:58:53 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-05-25 20:58:53 -0400 |
commit | 76b6fa0ce8cfaaab8e2052bdd43266ded8e404b6 (patch) | |
tree | 245508c6121a0b9327d216ba3593a847972f08c1 /roadmap.html.content | |
parent | c3cad9328cff7bfee8d9d824a2098f1b019e884a (diff) |
Finally able to remove all of those unneeded javascript files
Diffstat (limited to 'roadmap.html.content')
-rw-r--r-- | roadmap.html.content | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/roadmap.html.content b/roadmap.html.content index 5509dc8..e228cec 100644 --- a/roadmap.html.content +++ b/roadmap.html.content @@ -24,7 +24,7 @@ } .done { - color: lightgreen; + color: green; } .halfway { @@ -51,7 +51,8 @@ <section> <h1>May/June 2021: More Collisions</h1> <ul> - <li>SAT Collisions for Convex Polygons with Explanation</li> + <li class="halfway">SAT Collisions for Convex Polygons with Explanation</li> + <li class="halfway">Rigidbody Demos</li> <li>Pill Collisions</li> <li>Remove (or hide) ellipse collision pages for now</li> <li>3D scene setup</li> @@ -101,7 +102,7 @@ <li class="halfway">Getting started with WASM docs</li> <li class="halfway">Wasm examples</li> </ul> - <p style="color: pink; font-size: 18px;"> + <p style="color: black; font-size: 18px;"> Everything above has a due date of <b>April 30th, 2021</b>. None of it is that hard, so this should be a very doable timeline. </p> </section> |