single color

just like the skin element!
This commit is contained in:
sb 2024-02-09 21:56:18 -03:00 committed by GitHub
parent cc3aeed95d
commit beac8d40c7
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;
}