mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Fix dark mode for markers
This commit is contained in:
@@ -223,7 +223,7 @@ export class ShapeDefinition extends BasicSerializableObject {
|
||||
layers.push(quads);
|
||||
}
|
||||
|
||||
if (layers.length === 0) {
|
||||
if (layers.length === 0 || layers.length > 4) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user