From 32b1bf91c26d28079383393a7c134075d001d76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Untersch=C3=BCtz?= Date: Tue, 25 Nov 2025 09:06:16 +0100 Subject: [PATCH] fix padding --- static/game.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/game.js b/static/game.js index b5680d8..015fe6f 100644 --- a/static/game.js +++ b/static/game.js @@ -323,8 +323,8 @@ function updateGameLogic() { } function checkCollision(p, obs) { - const paddingX = 10; - const paddingY_Top = 25; + const paddingX = 5; + const paddingY_Top = 5; const paddingY_Bottom = 5; return (