diff options
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> |