diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-13 17:26:01 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-13 17:26:01 -0600 |
commit | bfb029410a7a16af8253849d7c2e079ff1aa0ca8 (patch) | |
tree | 796dc712a471a30a06a6d6b76c21a80c25d2788d | |
parent | 8d0c43c1e7c47bb6767d361d8141c1467df9d50a (diff) | |
download | bbiy-bfb029410a7a16af8253849d7c2e079ff1aa0ca8.tar.gz bbiy-bfb029410a7a16af8253849d7c2e079ff1aa0ca8.zip |
Update to WASD
-rw-r--r-- | index.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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> |