dzduole 3 週間 前
コミット
6b74c6749b

+ 11 - 0
art/fgui/assets/game/UIGame/component/Component1303.xml

@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<component size="78,87">
+  <controller name="c1" alias="游戏顶部显示" exported="true" pages="0,金币,1,分数" selected="0"/>
+  <displayList>
+    <image id="n40_iveg" name="n40" src="hkrz3ri" fileName="UIGame/asset/yy_szk.png" xy="0,0"/>
+    <text id="n38_mbwf" name="targetScoreTxt" xy="2,2" pivot="0.5,0.5" size="76,85" fontSize="65" color="#ffe667" align="center" vAlign="middle" leading="0" autoSize="none" bold="true" text="50">
+      <gearDisplay controller="c1" pages="1"/>
+      <relation target="n40_iveg" sidePair="center-center,middle-middle"/>
+    </text>
+  </displayList>
+</component>

+ 1 - 1
art/fgui/assets/game/UISkill/component/skillItem.xml

@@ -13,7 +13,7 @@
       <gearDisplay controller="c1" pages="0"/>
     </text>
     <image id="n28_qlo0" name="n28" src="qlo041f" fileName="UISkill/asset/gf_k4.png" xy="148,51" size="374,81"/>
-    <text id="n29_qlo0" name="describeTxt" xy="156,57" size="358,69" font="Arial" fontSize="17" color="#1b3550" leading="1" autoSize="none" text="After jumping the bat, the ball jumps high and hits the table, directly hitting the next ball that our team needs to score except for Black Eight."/>
+    <text id="n29_qlo0" name="describeTxt" xy="156,57" size="358,69" font="Arial" fontSize="17" color="#1b3550" leading="1" autoSize="none" text="A break shot surging like a raging tide—powerful, explosive, and straight into the pocket!"/>
     <text id="n32_qlo0" name="n32" xy="174,187" size="306,23" font="Arial" fontSize="15" color="#ffffff" leading="1" autoSize="none" text="Each upgrade adds an extra ball"/>
     <component id="n12_qlo0" name="mutiBtn" src="qlo041t" fileName="UISkill/component/Component28.xml" xy="172,141" visible="false"/>
     <component id="n41_c50v" name="tryNode" src="c50vv4y6" fileName="UISkill/component/Component142.xml" xy="418,0" size="125,35"/>

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

@@ -6078,8 +6078,8 @@
             let iconList = xGame.common.skillIconList;
             let describeList = [
                 "Jump shot executed — ball bounced and pocketed an extra one!",
-                "Bonus Sweep: A random follow-up strike hits 1 extra ball after your shot!",
-                "Freeze Effect: Your shot freezes 1 random ball — enemy can’t hit it, and others bounce off!"
+                "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!"
             ];
             console.log('zh:initSkillData  111111111');
             let data;
@@ -10947,7 +10947,7 @@
                 normalStar: 12000,
                 wxStar: 12001
             };
-            this.skillNameList = ["Fall from the sky", "Unstoppable Force", "Freeze Shot"];
+            this.skillNameList = ["Surging Break", "Skyfall Shot", "Frost Lock"];
             this.skillIconList = ["gf_jn1", "gf_jn2", "gf_jn4"];
             this.btnClickStr = "buttonclick";
             this.maxSkillLevel = 10;
@@ -19594,8 +19594,8 @@
             let iconList = xGame.common.skillIconList;
             let describeList = [
                 "Jump shot executed — ball bounced and pocketed an extra one!",
-                "Bonus Sweep: A random follow-up strike hits 1 extra ball after your shot!",
-                "Freeze Effect: Your shot freezes 1 random ball — enemy can’t hit it, and others bounce off!"
+                "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!"
             ];
             console.log('zh:initSkillData  111111111');
             let data;

ファイルの差分が大きいため隠しています
+ 0 - 0
client/laya/bin/js/bundle.js.map


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

@@ -90,8 +90,8 @@ export default class UISkill extends UIBase {
         let iconList = xGame.common.skillIconList;
         let describeList = [
             "Jump shot executed — ball bounced and pocketed an extra one!",//击球后球高高跃起召唤神龙,利用神龙之力令额外1颗球移动起来产生撞击
-            "Bonus Sweep: A random follow-up strike hits 1 extra ball after your shot!",
-            "Freeze Effect: Your shot freezes 1 random ball — enemy can’t hit it, and others bounce off!"
+            "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!"
         ];
         console.log('zh:initSkillData  111111111')
         //

+ 1 - 1
client/laya/src/utils/Common.ts

@@ -115,7 +115,7 @@ export default class Common {
     }
     //
    // skillNameList = ["Fall from the sky", "Unstoppable Force", "Freeze Shot","Coming Soon"];
-    skillNameList = ["Fall from the sky", "Unstoppable Force", "Freeze Shot"];
+    skillNameList = ["Surging Break", "Skyfall Shot", "Frost Lock"];
     //skillIconList = ["gf_jn1", "gf_jn2", "gf_jn4", "gf_jn4"];
     skillIconList = ["gf_jn1", "gf_jn2", "gf_jn4"];
     btnClickStr: string = "buttonclick";

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません