summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2014-08-31 08:48:31 +0200
committerJustin Worthe <justin.worthe@gmail.com>2014-08-31 08:48:31 +0200
commit200c0896bc0e03f1ea15654abf76bddcbbe80989 (patch)
treeb6695d0523f3eb597fe5abb1aa11261870746a16
parent8d9e59e1d3addfcbeab2a00796e5e2da3ff0a608 (diff)
Hid cursor on canvas
-rw-r--r--css/styles.css2
-rw-r--r--todo.md1
2 files changed, 3 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css
index 41e49b0..cb222a5 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -20,4 +20,6 @@ html, body, #interactive-pacbot {
max-width: 100%;
height: auto;
width: auto;
+
+ cursor: none !important;
}
diff --git a/todo.md b/todo.md
index e5e45b0..9234049 100644
--- a/todo.md
+++ b/todo.md
@@ -1,6 +1,7 @@
TODO
====
+* Gamepad controls for poison pills
* Add restrictions on movement into the center
* Add tutorial / instructions page
* Add reset / end game early mechanism