dzduole 3 周之前
父节点
当前提交
2b2094c86e

+ 1 - 1
art/fgui/assets/game/UIGame/component/powerNode.xml

@@ -3,7 +3,7 @@
   <displayList>
     <image id="n2_hkrz" name="n2" src="hkrz3rm" fileName="UIGame/asset/yy_zs1.png" xy="0,0" pivot="1,0"/>
     <image id="n3_hkrz" name="bar_v" src="hkrz3rz" fileName="UIGame/asset/yy_zs3.png" xy="0,0" pivot="0.5,0.5" size="52,443" alpha="0"/>
-    <loader id="n10_hkrz" name="showImg" xy="-7,-80" pivot="0.5,0.5" size="67,759" aspect="true" scale="0.7,0.7" url="ui://isxx5ak7hkrz3sn" align="center" vAlign="middle"/>
+    <loader id="n10_hkrz" name="showImg" xy="-5,-105" pivot="0.5,0.5" size="62,710" aspect="true" scale="0.7,0.7" url="ui://isxx5ak7hkrz3sn" align="center" vAlign="middle"/>
     <graph id="n12_hkrz" name="n12" xy="0,0" size="52,443" type="rect" fillColor="#ff000000"/>
   </displayList>
   <ProgressBar/>

二进制
client/laya/bin/asset/fgui/game.obj


+ 2 - 2
client/laya/bin/js/bundle.js

@@ -6077,7 +6077,7 @@
             let nameList = xGame.common.skillNameList;
             let iconList = xGame.common.skillIconList;
             let describeList = [
-                "Jump shot executed — ball bounced and pocketed an extra one!",
+                "A break shot surging like a raging tide—powerful, explosive, and straight into the pocket!",
                 "A strike from the sky, like a meteor tearing through the heavens—delivering a thunderous blow!",
                 "The power of frost descends—freezing the flow and taking full control of the game!"
             ];
@@ -19593,7 +19593,7 @@
             let nameList = xGame.common.skillNameList;
             let iconList = xGame.common.skillIconList;
             let describeList = [
-                "Jump shot executed — ball bounced and pocketed an extra one!",
+                "A break shot surging like a raging tide—powerful, explosive, and straight into the pocket!",
                 "A strike from the sky, like a meteor tearing through the heavens—delivering a thunderous blow!",
                 "The power of frost descends—freezing the flow and taking full control of the game!"
             ];

文件差异内容过多而无法显示
+ 0 - 0
client/laya/bin/js/bundle.js.map


+ 1 - 1
client/laya/src/ui/UISkill.ts

@@ -89,7 +89,7 @@ export default class UISkill extends UIBase {
         let nameList = xGame.common.skillNameList;
         let iconList = xGame.common.skillIconList;
         let describeList = [
-            "Jump shot executed — ball bounced and pocketed an extra one!",//击球后球高高跃起召唤神龙,利用神龙之力令额外1颗球移动起来产生撞击
+            "A break shot surging like a raging tide—powerful, explosive, and straight into the pocket!",//击球后球高高跃起召唤神龙,利用神龙之力令额外1颗球移动起来产生撞击
             "A strike from the sky, like a meteor tearing through the heavens—delivering a thunderous blow!",
             "The power of frost descends—freezing the flow and taking full control of the game!"
         ];

部分文件因为文件数量过多而无法显示