From a32157049d860c4c9c6ffb0df6c3cdbf53e4ef1d Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Mon, 26 Apr 2021 20:51:09 -0400 Subject: Getting started on rectangle collisions --- frontend/roadmap.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontend/roadmap.html') 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: '⚠' } -- cgit v1.2.1