From bfb029410a7a16af8253849d7c2e079ff1aa0ca8 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Wed, 13 Apr 2022 17:26:01 -0600 Subject: [PATCH] Update to WASD --- index.html | 10 +++++----- 1 file 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 @@ - \ No newline at end of file +