future 1 년 전
부모
커밋
6435baeee9
3개의 변경된 파일392개의 추가작업 그리고 122개의 파일을 삭제
  1. 386 116
      assets/resources/ui/car_lib.prefab
  2. 5 5
      assets/resources/ui/rank.prefab
  3. 1 1
      assets/script/ui/rank/rank_list_top.ts

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 386 - 116
assets/resources/ui/car_lib.prefab


+ 5 - 5
assets/resources/ui/rank.prefab

@@ -1561,7 +1561,7 @@
       "a": 255
     },
     "_string": "张三",
-    "_horizontalAlign": 1,
+    "_horizontalAlign": 0,
     "_verticalAlign": 1,
     "_actualFontSize": 30,
     "_fontSize": 30,
@@ -2746,7 +2746,7 @@
     },
     "_contentSize": {
       "__type__": "cc.Size",
-      "width": 190,
+      "width": 170,
       "height": 50.4
     },
     "_anchorPoint": {
@@ -2783,7 +2783,7 @@
       "a": 255
     },
     "_string": "张三",
-    "_horizontalAlign": 1,
+    "_horizontalAlign": 0,
     "_verticalAlign": 1,
     "_actualFontSize": 30,
     "_fontSize": 30,
@@ -3920,7 +3920,7 @@
     },
     "_contentSize": {
       "__type__": "cc.Size",
-      "width": 190,
+      "width": 170,
       "height": 50.4
     },
     "_anchorPoint": {
@@ -3957,7 +3957,7 @@
       "a": 255
     },
     "_string": "张三",
-    "_horizontalAlign": 1,
+    "_horizontalAlign": 0,
     "_verticalAlign": 1,
     "_actualFontSize": 30,
     "_fontSize": 30,

+ 1 - 1
assets/script/ui/rank/rank_list_top.ts

@@ -1,4 +1,4 @@
-import { _decorator, Component, Label, Node, Sprite } from 'cc';
+import { _decorator, Canvas, Component, Label, Node, Size, Sprite, UITransform } from 'cc';
 import { rankData } from '../../data';
 import { tools } from '../../tools';
 import { imageCacheManager } from '../../manager/imageCacheManager';

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.