future 1 년 전
부모
커밋
b6b0351044
3개의 변경된 파일259개의 추가작업 그리고 141개의 파일을 삭제
  1. 254 136
      assets/resources/ui/car_lib.prefab
  2. 4 4
      assets/resources/ui/home.prefab
  3. 1 1
      assets/script/ui/rank/rank_my_info.ts

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


+ 4 - 4
assets/resources/ui/home.prefab

@@ -143,7 +143,7 @@
     "_contentSize": {
       "__type__": "cc.Size",
       "width": 1080,
-      "height": 1920
+      "height": 1919.9999999999998
     },
     "_anchorPoint": {
       "__type__": "cc.Vec2",
@@ -290,7 +290,7 @@
     "_lpos": {
       "__type__": "cc.Vec3",
       "x": 0,
-      "y": 464,
+      "y": 463.9999999999999,
       "z": 0
     },
     "_lrot": {
@@ -3723,7 +3723,7 @@
     "_lpos": {
       "__type__": "cc.Vec3",
       "x": 0,
-      "y": -960,
+      "y": -959.9999999999999,
       "z": 0
     },
     "_lrot": {
@@ -9021,7 +9021,7 @@
     "_contentSize": {
       "__type__": "cc.Size",
       "width": 1080,
-      "height": 1920
+      "height": 1919.9999999999998
     },
     "_anchorPoint": {
       "__type__": "cc.Vec2",

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

@@ -19,7 +19,7 @@ export class rank_my_info extends Component {
     @property(Node) img_car:Node = null
 
     initView(data:rankData) {
-        if(data.number<=3) {
+        if(data.number>0 && data.number<=3) {
             this.img_weishangbang.active = false
             this.icon_number_bg.active = true
             switch (data.number) {

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