sandboxels/mods/all_stain.js

7 lines
139 B
JavaScript
Raw Permalink Normal View History

2024-01-28 12:44:58 -05:00
window.addEventListener('load', function() {
for (var element in elements) {
elements[element].stain = 0.1;
}
});
// sorry alice