future 1 år sedan
förälder
incheckning
71888248be
2 ändrade filer med 10 tillägg och 10 borttagningar
  1. 9 9
      assets/resources/prefab/select_res_list_item.prefab
  2. 1 1
      assets/script/config.ts

+ 9 - 9
assets/resources/prefab/select_res_list_item.prefab

@@ -96,7 +96,7 @@
     "_lpos": {
       "__type__": "cc.Vec3",
       "x": 0,
-      "y": 0,
+      "y": 32.5,
       "z": 0
     },
     "_lrot": {
@@ -212,7 +212,7 @@
     "_left": 0,
     "_right": 0,
     "_top": 0,
-    "_bottom": 0,
+    "_bottom": 65,
     "_horizontalCenter": 0,
     "_verticalCenter": 0,
     "_isAbsLeft": true,
@@ -271,7 +271,7 @@
     "_lpos": {
       "__type__": "cc.Vec3",
       "x": 0,
-      "y": -18.7,
+      "y": -105,
       "z": 0
     },
     "_lrot": {
@@ -312,7 +312,7 @@
     "_contentSize": {
       "__type__": "cc.Size",
       "width": 200,
-      "height": 50.4
+      "height": 55
     },
     "_anchorPoint": {
       "__type__": "cc.Vec2",
@@ -353,7 +353,7 @@
     "_actualFontSize": 41,
     "_fontSize": 40,
     "_fontFamily": "Arial",
-    "_lineHeight": 40,
+    "_lineHeight": 42,
     "_overflow": 2,
     "_enableWrapText": true,
     "_font": null,
@@ -386,8 +386,8 @@
     "_target": null,
     "_left": 0,
     "_right": 0,
-    "_top": 93.5,
-    "_bottom": 56.1,
+    "_top": 210,
+    "_bottom": 0,
     "_horizontalCenter": 0,
     "_verticalCenter": 0,
     "_isAbsLeft": true,
@@ -434,7 +434,7 @@
     "_contentSize": {
       "__type__": "cc.Size",
       "width": 200,
-      "height": 200
+      "height": 265
     },
     "_anchorPoint": {
       "__type__": "cc.Vec2",
@@ -473,7 +473,7 @@
       "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
       "__expectedType__": "cc.SpriteFrame"
     },
-    "_type": 0,
+    "_type": 1,
     "_fillType": 0,
     "_sizeMode": 0,
     "_fillCenter": {

+ 1 - 1
assets/script/config.ts

@@ -6,7 +6,7 @@ const { ccclass, property } = _decorator;
 export class config {
     static debug = true;
     static domain = "https://zcapi.xwrun.com";
-    static is_MAC_edit = false; //目前临时处理
+    static is_MAC_edit = true; //目前临时处理
     static select_res_and_control_type = {
         RES_TYPE:0,
         CONTROL_TYPE:1,