YaolongHan 3 tahun lalu
induk
melakukan
192f9fb0b5
1 mengubah file dengan 19 tambahan dan 8 penghapusan
  1. 19 8
      src/components/editview/equipAnchor.js

+ 19 - 8
src/components/editview/equipAnchor.js

@@ -1,3 +1,14 @@
+// 中心点
+// const centerPos=     {
+//   id: '',
+//   pos: {
+//     x:-0.5,
+//     y: 0
+//   }
+// },
+// const leftcenter = {
+
+// }
 export const equipAnchor = {
   "WSSTSP": [
     {
@@ -43,29 +54,29 @@ export const equipAnchor = {
     {
       id: '',
       pos: {
-        x: 0,
-        y: -50
+        x: -25,
+        y: 0
       }
     },
     {
       id: '',
       pos: {
-        x: 0,
-        y: -50
+        x: -25,
+        y: 10
       }
     },
     {
       id: '',
       pos: {
-        x: 0,
-        y: -50
+        x: 25,
+        y: 0
       }
     },
     {
       id: '',
       pos: {
-        x: 0,
-        y: -50
+        x: 25,
+        y: 10
       }
     },
   ]