From 200c0896bc0e03f1ea15654abf76bddcbbe80989 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 31 Aug 2014 08:48:31 +0200 Subject: Hid cursor on canvas --- css/styles.css | 2 ++ todo.md | 1 + 2 files changed, 3 insertions(+) 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 -- cgit v1.2.3