From f51a3368ad6e2e8f08aad4e9afc5ff6c3b55c7a4 Mon Sep 17 00:00:00 2001 From: cd <-> Date: Thu, 29 Jun 2023 01:58:29 +0800 Subject: [PATCH] =?UTF-8?q?hud=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Scripts/UI/_ViewGen/Battle/ViewHud.cs | 4 ++++ .../Assets/Resources/UIRes/Battle_fui.bytes | Bin 28316 -> 28519 bytes .../assets/Battle/Hud/Comp/bloodBarPlayer.xml | 4 +++- uiproject/assets/Battle/Hud/Comp/c_Player.xml | 12 ++++++------ uiproject/assets/Battle/Hud/Hud.xml | 11 +++++++---- 5 files changed, 20 insertions(+), 11 deletions(-) diff --git a/client/Assets/Game/Scripts/UI/_ViewGen/Battle/ViewHud.cs b/client/Assets/Game/Scripts/UI/_ViewGen/Battle/ViewHud.cs index 414bc77..708d520 100644 --- a/client/Assets/Game/Scripts/UI/_ViewGen/Battle/ViewHud.cs +++ b/client/Assets/Game/Scripts/UI/_ViewGen/Battle/ViewHud.cs @@ -10,6 +10,8 @@ namespace Game.Battle public Controller m_showInteract; public Controller m_showMonsterInfo; public Controller m_showLevelName; + public GGraph m_n18; + public GGraph m_n19; public Viewc_Player m_UI_Player; public Viewc_Interact m_n13; public Viewc_Monster m_UI_Monster; @@ -33,6 +35,8 @@ namespace Game.Battle m_showInteract = this.GetController("showInteract"); m_showMonsterInfo = this.GetController("showMonsterInfo"); m_showLevelName = this.GetController("showLevelName"); + m_n18 = (GGraph)this.GetChild("n18"); + m_n19 = (GGraph)this.GetChild("n19"); m_UI_Player = (Viewc_Player)this.GetChild("UI_Player"); m_n13 = (Viewc_Interact)this.GetChild("n13"); m_UI_Monster = (Viewc_Monster)this.GetChild("UI_Monster"); diff --git a/client/Assets/Resources/UIRes/Battle_fui.bytes b/client/Assets/Resources/UIRes/Battle_fui.bytes index 81873d5517634cba7c79999b49f4d7a2cdfef4f5..9fb4ca1c6b89ee18add2d1028e39c02148e1ab24 100644 GIT binary patch delta 1205 zcmZXTOGs2<6vxkL=FT`eGfvta#mJ(dhET*oPctsnIG*g)GfyT3OJG7DB6_{Y?Mw8)s;y5B`^XfB*BH$9M0&{e{=Q^0mF$ zZHGy(qx~a|VJH8RyH4-s@G3vU=jJ|zMsFzLILWcBdCq_1}c`{4ZCGL_q5#M0;%(q%FBW*S!{HSo%b|1_{S~$ zil_K>Jcdr}Q6g&idrN8tEX&G&aX#QUQLCNFL;IZzGpsntQP>J)hv{$t{kJ2Bm zD_o7oF#IRvQ!_(5$mA%m%3|1CxC(@2-2++CI_^zwf*A{YkFA^beW1^wQJ6H#3ctW% zDjZG7#M zu4p`oZRjk8xliL3A{#nOVVX)}djqgDn($1TMnkpjx?2P1rw%K%iO<69Y1fBky^4&r z|CltXGtOrg8dg}RQpc)(MaZOE$!J|aiTMgD{795ngWIi$uZ28nk1}&R^kM0jqQ+My zWYU;QsQy5E8h)nnfeg%-G#*&TRoDiZd|YGo!c~$K9#mM(V7P&u+i-zQE=EI7I=rQD vb+`pf*{HkV|0Gd-lEh{NMFbVk zr(W2nK1CE|1Vw}i*^8!Swfa(oeJBWeBce~P|2dnZ?ZE%S`Tfs%p8q-b-p?QS@_Rm4 zR}{KHdV~jVt_it#LgFra=5T>xbD=7znkersbPsweW3FX}0a`1??geuLCX<(zlAr3R zk(#NwklK@z)ImWk=~j}q`93-9USe#;?1)@<`GRAHzsG{H(Nk%} z^}-&HzgW3?Y$J)5&hl=j9hj=JVOSiIXw5wFmK?2hJE)y@QX5)hJb`9=@c5H^4w?Y{ z1pR`3%fphWj2BLK>?V)=ELkW6>x%kMde=AAlsWhj5AoyVB>I>!BIj~!$m6VfJ&5of z`T-?{1Gf0uH?UK@9lp|MSiXqJ5l}gAV{%2R8_K1#<4oZ&3Jrmj<7Q@v8EoMZ2?W;~ z&v}%`Bpz(#7xFdO!!KoTsFBCzTBzRfieJmOP(8nq#ht6F63Iyfdy5(>4^%-G$2fsW zdYHIF71`omPDs4d-VD>353N8REK;&))6^bwCFb{`TMCb8`~W9cIF^#dhZN?9Tzn86 zrghn6F!P#nOd5q*-(??z>1fF@d5TPD@I~uRf z!F*if6KSlzY5kFG(Rix1E5lDCP#~hy^566(A2vZ2SHSFz*f#n*0nADmNUFu}`maXH JN+ogN{6A7@*A4&x diff --git a/uiproject/assets/Battle/Hud/Comp/bloodBarPlayer.xml b/uiproject/assets/Battle/Hud/Comp/bloodBarPlayer.xml index 906dc31..370eca6 100644 --- a/uiproject/assets/Battle/Hud/Comp/bloodBarPlayer.xml +++ b/uiproject/assets/Battle/Hud/Comp/bloodBarPlayer.xml @@ -4,7 +4,9 @@ - + + + \ No newline at end of file diff --git a/uiproject/assets/Battle/Hud/Comp/c_Player.xml b/uiproject/assets/Battle/Hud/Comp/c_Player.xml index 3e5b9eb..1c52d56 100644 --- a/uiproject/assets/Battle/Hud/Comp/c_Player.xml +++ b/uiproject/assets/Battle/Hud/Comp/c_Player.xml @@ -1,21 +1,21 @@ - - + + - + - + - + - + diff --git a/uiproject/assets/Battle/Hud/Hud.xml b/uiproject/assets/Battle/Hud/Hud.xml index 7cd1580..534d706 100644 --- a/uiproject/assets/Battle/Hud/Hud.xml +++ b/uiproject/assets/Battle/Hud/Hud.xml @@ -1,16 +1,19 @@ - - + + - + + + + - +