summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html
index f33ed44..d89a6b9 100644
--- a/index.html
+++ b/index.html
@@ -25,10 +25,10 @@
lastTimeStamp: performance.now(),
controls: JSON.parse(
localStorage.getItem("controls") || JSON.stringify({
- left: "ArrowLeft",
- right: "ArrowRight",
- up: "ArrowUp",
- down: "ArrowDown",
+ left: "a",
+ right: "d",
+ up: "w",
+ down: "s",
undo: "z",
reset: "r",
})
@@ -44,4 +44,4 @@
<script data-main = "src/bootstrap" src = "src/require.js"></script>
</body>
-</html> \ No newline at end of file
+</html>