summaryrefslogtreecommitdiff
path: root/frontend/roadmap.html
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-04-22 20:11:32 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-04-22 20:11:32 -0400
commit25e346070eed819f5d08864a3fe37b7a0189d0ba (patch)
tree68b8f77ef0da3d2562c45be3f9b5fc53dae53ac9 /frontend/roadmap.html
parent6d1f2aa2c3dd5db7a6435fe16e03d8df5e016775 (diff)
Realized ellipse interactions were not easy, going to try and at least finish rectangle and circles before end of month
Diffstat (limited to 'frontend/roadmap.html')
-rw-r--r--frontend/roadmap.html10
1 files changed, 9 insertions, 1 deletions
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: '⚠'
+ }
</style>
</head>
<body>
@@ -55,7 +63,7 @@
<hr/>
<h1>2D Collisions with Descriptions</h1>
<ul>
- <li>Pill-Line Collision</li>
+ <li class="halfway">Pill-Line Collision</li>
<li>Pill-Pill Collisions</li>
<li>Pill-Circle Collisions</li>
<li>Pill-Square Collisions</li>