YaolongHan 3 years ago
parent
commit
192f9fb0b5
1 changed files with 19 additions and 8 deletions
  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
       }
     },
   ]