empêche les stickers de dépasser à droite
suite à l'augmentation de leur taille
This commit is contained in:
parent
84cd5dc2f7
commit
6fb923d8ae
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