Explorar o código

reduced map icons #2244

bach hai 1 ano
pai
achega
677fae57f1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/ConcernementMapItem.vue

+ 1 - 1
src/components/ConcernementMapItem.vue

@@ -526,7 +526,7 @@ export default {
       instance.name = name;
       // instance.pivot = new paper.Point({x:0,y:0});
       instance.position = this.pos;
-      instance.scale(this.scale);
+      instance.scale(this.scale*0.7);
       // instance.locked = true;
       this.paper_main_object.addChild(instance);
       if (back) {