甘艺伟 1 viikko sitten
vanhempi
commit
289aae0f38

BIN
assets/bundle/FGUI/Home/Home.bin


BIN
assets/bundle/FGUI/Home/Home_atlas0.png


+ 4 - 4
assets/bundle/FGUI/Home/Home_atlas0.png.meta

@@ -20,12 +20,12 @@
       "trimType": "auto",
       "trimThreshold": 1,
       "rotated": false,
-      "offsetX": -3,
-      "offsetY": 64,
+      "offsetX": -8.5,
+      "offsetY": 7.5,
       "trimX": 0,
       "trimY": 0,
-      "width": 506,
-      "height": 128,
+      "width": 495,
+      "height": 241,
       "rawWidth": 512,
       "rawHeight": 256,
       "borderTop": 0,

+ 1 - 1
assets/bundle/gridMap/UEGridMap.prefab

@@ -234,7 +234,7 @@
       "ctor": "Float64Array",
       "array": [
         0,
-        0,
+        53.186,
         0,
         0,
         0,

+ 2 - 0
assets/script/logic/fgui/Home/Home/HomeVM.ts

@@ -11,6 +11,7 @@ export class HomeVM extends FguiViewModel {
 
     readonly GridRoot: fgui.GComponent;
     readonly HdList: fgui.GList;
+    readonly HeadTopCom: fgui.GComponent;
     readonly Top: fgui.GGroup;
     readonly EquipCom1: fgui.GComponent;
     readonly EquipCom2: fgui.GComponent;
@@ -38,6 +39,7 @@ export class HomeVM extends FguiViewModel {
         super(panel);
         this.GridRoot = panel.getChild("gridRoot") as fgui.GComponent;
         this.HdList = panel.getChild("hdList") as fgui.GList;
+        this.HeadTopCom = panel.getChild("HeadTopCom") as fgui.GComponent;
         this.Top = panel.getChild("top") as fgui.GGroup;
         this.EquipCom1 = panel.getChild("EquipCom1") as fgui.GComponent;
         this.EquipCom2 = panel.getChild("EquipCom2") as fgui.GComponent;

+ 2 - 1
fgui-project/assets/Home/Home.xml

@@ -9,7 +9,8 @@
       <item/>
       <item/>
     </list>
-    <group id="n26_miq9" name="top" xy="10,123" size="387,80" advanced="true">
+    <component id="n28_j8cn" name="HeadTopCom" src="miq9g" fileName="Components/HeadTopCom.xml" xy="375,150" pivot="0.5,0.5" anchor="true" group="n26_miq9"/>
+    <group id="n26_miq9" name="top" xy="0,0" size="750,300" advanced="true">
       <relation target="" sidePair="top-top"/>
     </group>
     <component id="n3_miq9" name="EquipCom1" src="miq92" fileName="Components/EquipCom.xml" xy="71,1154" pivot="0.5,0.5" anchor="true" group="n11_miq9" scale="0.8,0.8"/>