2 Revize c234a5575b ... 7b8a0812ae

Autor SHA1 Zpráva Datum
  greg 7b8a0812ae Merge branch 'master' of http://120.92.132.192:23541/StarRacing10005/StarRacingClient před 4 roky
  greg 54a695d6d5 UI 调整 před 4 roky

binární
assets/res/ui/WXSExport.bin


+ 1 - 1
assets/script/game/modules/fightings/GameController.ts

@@ -160,7 +160,7 @@ export default class GameController extends cc.Component {
             pos=this.camera.position;
             pos.x=this.player.logicPosition.x;
             pos.y=this.inCirclePolygon.center.y;
-            pos.z=-this.player.logicPosition.z+60;
+            pos.z=-this.player.logicPosition.z+50;
             this.camera.position=pos;
             // cc.log("摄像机位置:",pos.x,pos.y,pos.z);
         }

+ 9 - 9
assets/script/ui/WXSExport/UI_WX_S_02.ts

@@ -1,19 +1,19 @@
 /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
 
 import UI_ExportBg from "./UI_ExportBg";
-import UI_btnComeOn from "./UI_btnComeOn";
 import UI_btnRe from "./UI_btnRe";
+import UI_btnComeOn from "./UI_btnComeOn";
 
 export default class UI_WX_S_02 extends fgui.GComponent {
 
 	public m_n8:UI_ExportBg;
 	public m_n9:fgui.GGraph;
-	public m_listIcon:fgui.GList;
 	public m_n13:fgui.GTextField;
-	public m_btnContinue:UI_btnComeOn;
 	public m_n17:fgui.GGraph;
 	public m_listA01:fgui.GList;
+	public m_listIcon:fgui.GList;
 	public m_btnBack:UI_btnRe;
+	public m_btnContinue:UI_btnComeOn;
 
 	public static URL:string = "ui://hse3vywnpgpub";
 
@@ -28,11 +28,11 @@ export default class UI_WX_S_02 extends fgui.GComponent {
 	protected onConstruct(): void {
 		this.m_n8 = <UI_ExportBg>(this.getChildAt(0));
 		this.m_n9 = <fgui.GGraph>(this.getChildAt(1));
-		this.m_listIcon = <fgui.GList>(this.getChildAt(2));
-		this.m_n13 = <fgui.GTextField>(this.getChildAt(3));
-		this.m_btnContinue = <UI_btnComeOn>(this.getChildAt(4));
-		this.m_n17 = <fgui.GGraph>(this.getChildAt(5));
-		this.m_listA01 = <fgui.GList>(this.getChildAt(6));
-		this.m_btnBack = <UI_btnRe>(this.getChildAt(7));
+		this.m_n13 = <fgui.GTextField>(this.getChildAt(2));
+		this.m_n17 = <fgui.GGraph>(this.getChildAt(3));
+		this.m_listA01 = <fgui.GList>(this.getChildAt(4));
+		this.m_listIcon = <fgui.GList>(this.getChildAt(5));
+		this.m_btnBack = <UI_btnRe>(this.getChildAt(6));
+		this.m_btnContinue = <UI_btnComeOn>(this.getChildAt(7));
 	}
 }