Create color_everything.js

This commit is contained in:
slweeb 2023-07-27 15:55:34 -04:00
parent 94381b122d
commit 632c8cd981
1 changed files with 3 additions and 0 deletions

3
mods/color_everything.js Normal file
View File

@ -0,0 +1,3 @@
for (element in elements) {
elements[element].customColor = true;
}