diff --git a/index.html b/index.html index f696915..e8a8095 100644 --- a/index.html +++ b/index.html @@ -181,7 +181,7 @@ // DRAW function draw() { ctx.clearRect(0, 0, canvas.width, canvas.height); - + // KEYBOARD if(rightPressed) { playerX += 5;