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 +