diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-04-26 20:51:09 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-04-26 20:51:09 -0400 |
commit | a32157049d860c4c9c6ffb0df6c3cdbf53e4ef1d (patch) | |
tree | fcdf2a06b07ef143f6615f71a6e26f3a1587b80d /frontend/roadmap.html | |
parent | cdf770d6950befd25779a18ea3972deeb9f143bb (diff) |
Getting started on rectangle collisions
Diffstat (limited to 'frontend/roadmap.html')
-rw-r--r-- | frontend/roadmap.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/roadmap.html b/frontend/roadmap.html index 260af5e..ca7ddaa 100644 --- a/frontend/roadmap.html +++ b/frontend/roadmap.html @@ -43,6 +43,10 @@ } section ul li.done:before { + content: '✓' + } + + section ul li.halfway:before { content: '⚠' } </style> |