summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadeline <60828599+vesindolen@users.noreply.github.com>2020-12-05 19:14:45 -0500
committerGitHub <noreply@github.com>2020-12-05 19:14:45 -0500
commit67a3c1ad5c204415eef4a1fe3d032856db82b8e1 (patch)
treee0a5030f73c8d866c63416f1b5603451170f2860
parent36def2877de38ad112f3ba2093c1e3ca5d378167 (diff)
Add files via upload
Controls help updated
-rw-r--r--views/game.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/views/game.html b/views/game.html
index 4edf22d..cbbdeed 100644
--- a/views/game.html
+++ b/views/game.html
@@ -26,9 +26,10 @@
</p>
<h2>CONTROLS</h2>
<ul>
- <li>WASD or Arrow Keys = Move player</li>
- <li>Shift + WASD or Arrow Keys = Place or remove item</li>
- <li>R/F = Scroll through inventory items</li>
+ <li>WASD = Move player</li>
+ <li>IJKL = Place or remove item</li>
+ <li>M = Lock walk</li>
+ <li>R/F or P/N = Scroll through inventory items</li>
<li>B = Eat 1 bread to regain 1 health</li>
<li>T = Place text in world</li>
<li>Plus and Minus = Zoom in and out</li>
@@ -185,4 +186,4 @@ initializeGame();
</script>
</body>
-</html> \ No newline at end of file
+</html>