future 1 år sedan
förälder
incheckning
fb4e4f14d4
2 ändrade filer med 7 tillägg och 9 borttagningar
  1. 7 8
      assets/scene/game.scene
  2. 0 1
      assets/script/homepage/homepage.ts

+ 7 - 8
assets/scene/game.scene

@@ -111,7 +111,7 @@
     "_lpos": {
       "__type__": "cc.Vec3",
       "x": 187.50000000000003,
-      "y": 406.00000000000006,
+      "y": 405.99999999999994,
       "z": 0
     },
     "_lrot": {
@@ -750,7 +750,7 @@
     "_string": "",
     "_horizontalAlign": 0,
     "_verticalAlign": 1,
-    "_actualFontSize": 23.448275862068964,
+    "_actualFontSize": 18.32512315270936,
     "_fontSize": 16,
     "_fontFamily": "Arial",
     "_lineHeight": 16,
@@ -2223,7 +2223,7 @@
     "_string": "",
     "_horizontalAlign": 1,
     "_verticalAlign": 1,
-    "_actualFontSize": 36.637931034482754,
+    "_actualFontSize": 28.633004926108374,
     "_fontSize": 25,
     "_fontFamily": "Arial",
     "_lineHeight": 30,
@@ -2370,7 +2370,6 @@
     },
     "_enabled": true,
     "__prefab": null,
-    "content": null,
     "sf_list": [
       {
         "__uuid__": "49cbd976-ee8d-4127-9b2b-d77a830d46c3@f9941",
@@ -3190,7 +3189,7 @@
     "__prefab": null,
     "_contentSize": {
       "__type__": "cc.Size",
-      "width": 87.51336813534007,
+      "width": 87.47444517074092,
       "height": 25.2
     },
     "_anchorPoint": {
@@ -3223,7 +3222,7 @@
     "_string": "加载中50%...",
     "_horizontalAlign": 1,
     "_verticalAlign": 1,
-    "_actualFontSize": 21.982758620689655,
+    "_actualFontSize": 17.179802955665025,
     "_fontSize": 15,
     "_fontFamily": "Arial",
     "_lineHeight": 20,
@@ -4122,8 +4121,8 @@
     "_target": null,
     "_left": 2.842170943040401e-14,
     "_right": 2.842170943040401e-14,
-    "_top": 5.684341886080802e-14,
-    "_bottom": 5.684341886080802e-14,
+    "_top": -5.684341886080802e-14,
+    "_bottom": -5.684341886080802e-14,
     "_horizontalCenter": 0,
     "_verticalCenter": 0,
     "_isAbsLeft": true,

+ 0 - 1
assets/script/homepage/homepage.ts

@@ -29,7 +29,6 @@ export enum ETest {
 }
 @ccclass('homepage')
 export class homepage extends Component {
-    @property(Node) content:Node = null;
     @property(SpriteFrame) sf_list:SpriteFrame[]=[];
     @property(Node) btn_setting:Node = null;
     @property(Node) btn_coin:Node = null;