Mise à jour du nouveau design :D #16

Open
Nono wants to merge 16 commits from feat/new-design into main
Showing only changes of commit 6fb923d8ae - Show all commits

View file

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