zouyong 5 роки тому
батько
коміт
75d67d4ec4

+ 3 - 3
assets/resources/game/prefab/cast.prefab

@@ -475,8 +475,8 @@
       "__type__": "TypedArray",
       "__type__": "TypedArray",
       "ctor": "Float64Array",
       "ctor": "Float64Array",
       "array": [
       "array": [
-        -189.11,
-        -18.9,
+        0,
+        0,
         0,
         0,
         0,
         0,
         0,
         0,
@@ -544,7 +544,7 @@
     "asset": {
     "asset": {
       "__uuid__": "43c489d3-8e64-48bd-aa3b-abddeb2d3dca"
       "__uuid__": "43c489d3-8e64-48bd-aa3b-abddeb2d3dca"
     },
     },
-    "fileId": "34AFoaOfxNJaRxX5BQdzOA",
+    "fileId": "4b8wFW5dFOmKbUNjnZMZ3F",
     "sync": false
     "sync": false
   },
   },
   {
   {

+ 2 - 2
assets/script/game/data/AppData.ts

@@ -13,14 +13,14 @@ export class AppData {
     public tfChannel: string = '';
     public tfChannel: string = '';
 
 
     /** api版本 */
     /** api版本 */
-    public version: string = '1.0';
+    public version: string = '1.0.0';
 
 
     /** 李杨/悍国服的appId */
     /** 李杨/悍国服的appId */
     // public appId: string = 'wxcf31f0e54f7fefda';
     // public appId: string = 'wxcf31f0e54f7fefda';
     /** 测试服/正式服的appId */
     /** 测试服/正式服的appId */
     public appId: string = 'wxcf31f0e54f7fefda';
     public appId: string = 'wxcf31f0e54f7fefda';
 
 
-    public mac: string = 'c9:04:e2:1c:b2:23,f6:60:e4:1a:b7:27';
+    public mac: string = 'c9:05:e2:1c:b2:23,f6:60:e4:1a:b7:27';
 
 
     /** 设备信息 */
     /** 设备信息 */
     public machineInfo = {
     public machineInfo = {

+ 1 - 1
assets/script/game/data/HttpData.ts

@@ -5,7 +5,7 @@
 export class HttpData {
 export class HttpData {
 
 
     /** 服务器类型 0测试服 1正式服 2李扬服 3悍国服 */
     /** 服务器类型 0测试服 1正式服 2李扬服 3悍国服 */
-    public serverType: number = 2;
+    public serverType: number = 0;
 
 
     public getServerUrl(): string {
     public getServerUrl(): string {
         switch (this.serverType) {
         switch (this.serverType) {

+ 1 - 0
assets/script/game/data/LoginData.ts

@@ -210,6 +210,7 @@ export class LoginData {
      */
      */
     public reload() {
     public reload() {
         gData.storageData.clear();
         gData.storageData.clear();
+        //调用Android的更好
         cc.game.restart();
         cc.game.restart();
     }
     }
 }
 }