Mise à jour du nouveau design :D #16

Merged
Nono merged 20 commits from feat/new-design into main 2025-12-29 16:08:27 +00:00
Showing only changes of commit 6fb923d8ae - Show all commits

View file

@ -62,7 +62,7 @@ function activateDraggables() {
}
function randomizeDragables() {
maxX = main.offsetWidth - 150;
maxX = main.offsetWidth - 250;
maxY = main.offsetHeight - 150;
for (var randomStart of randomStarts) {
randX = Math.floor(Math.random() * maxX);