From 25e346070eed819f5d08864a3fe37b7a0189d0ba Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Thu, 22 Apr 2021 20:11:32 -0400 Subject: Realized ellipse interactions were not easy, going to try and at least finish rectangle and circles before end of month --- frontend/roadmap.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'frontend/roadmap.html') diff --git a/frontend/roadmap.html b/frontend/roadmap.html index 2b9ccd5..b12c2a2 100644 --- a/frontend/roadmap.html +++ b/frontend/roadmap.html @@ -37,6 +37,14 @@ .done { color: lightgreen; } + + .halfway { + color: orange; + } + + section ul li.done:before { + content: '⚠' + } @@ -55,7 +63,7 @@

2D Collisions with Descriptions