소스 검색

reduced map icons #2244

bach 1 년 전
부모
커밋
677fae57f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {