diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/canvas/game.js | 4 |
1 files 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", |