summaryrefslogtreecommitdiff
path: root/rectangles.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-04-23 13:00:39 -0400
committerJules Laplace <jules@okfoc.us>2014-04-23 13:00:39 -0400
commit1282559bffc1acbc99a22ecfef44227eefbc9817 (patch)
treefadeb5e64949ad50ce725c2dbddde05a73dddc5a /rectangles.html
parentf94cf0d133a5d426a20cb5ac7eeb60f72b690119 (diff)
detect what room you're in
Diffstat (limited to 'rectangles.html')
-rw-r--r--rectangles.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/rectangles.html b/rectangles.html
index f5d9404..9713561 100644
--- a/rectangles.html
+++ b/rectangles.html
@@ -22,6 +22,17 @@ body > div {
.back { background-color: #bbb; }
.left { background-color: #aaa; }
.right { background-color: #888; }
+.floor { background-color: #00f; }
+.ceiling { background-color: #f00; }
+
+.active.front { background-color: #ddf; }
+.active.back { background-color: #bbe; }
+.active.left { background-color: #aad; }
+.active.right { background-color: #88b; }
+.active.floor { background-color: #0ff; }
+.active.ceiling { background-color: #ff0; }
+
+
#map canvas {
border-bottom: 2px solid #ddd;
border-right: 2px solid #ddd;