Mise à jour du nouveau design :D #16
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue