Merge pull request #338 from stefanblox/main

single color
This commit is contained in:
slweeb 2024-02-10 15:44:09 -05:00 committed by GitHub
commit f27d4ab21f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

3
mods/singleColor.js Normal file
View File

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