diff --git a/files/assets/js/marseko.js b/files/assets/js/marseko.js index 62de13bd3..25873d930 100644 --- a/files/assets/js/marseko.js +++ b/files/assets/js/marseko.js @@ -1,7 +1,7 @@ const marsekoEl = document.getElementById("marseko"); function getRandomInt(max) { - return Math.max(32, Math.floor(Math.random() * max)); + return Math.max(32, Math.floor(Math.random() * max) - 16); } let marsekoPosX = getRandomInt(screen.availWidth); let marsekoPosY = getRandomInt(screen.availHeight);