future há 1 ano atrás
pai
commit
b6b0351044

Diff do ficheiro suprimidas por serem muito extensas
+ 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) {

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff