Merge pull request #203 from JustAGenericUsername/main

Update nousersthings.js
This commit is contained in:
slweeb 2023-12-28 13:25:56 -05:00 committed by GitHub
commit db01b1344d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1465,6 +1465,7 @@ elements.smasher = {
}
}
},
movable: false,
},
elements.mixer = {
color: "#F0F0F0",
@ -1494,6 +1495,6 @@ elements.mixer = {
elements[pixel2.element].onMix(pixel2,pixel1);
}
}
}
},
movable: false,
}