From 09b87ef45f1f40e4abe08c9cc7073a9f8232c4e9 Mon Sep 17 00:00:00 2001 From: elioat Date: Mon, 30 Oct 2023 17:11:05 -0400 Subject: * --- js/canvas/game.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/canvas/game.js b/js/canvas/game.js index 2929f01..56a2861 100644 --- a/js/canvas/game.js +++ b/js/canvas/game.js @@ -11,8 +11,8 @@ ctx.fillRect(0, 0, canvas.width, canvas.height); const player = { x: 50, y: 50, - width: 22, - height: 22, + width: 16, + height: 16, step: 10, color: "#65ff00", colorAlt: "pink", -- cgit 1.4.1-2-gfad0