lvjincheng 4 жил өмнө
parent
commit
4eb6929355

+ 4 - 4
Assets/BowArrow/Scripts/Game/GameAssistUI.cs

@@ -194,16 +194,16 @@ public class GameAssistUI : MonoBehaviour
         if (GameMgr.gameType == 2) {
             playerScaleShootRecords[getPlayerIndex()] = true;
         }
-        Billboard.ins?.SetArrowSpeedScale(shootScaleValue);
-        Billboard.ins?.ShowSpeed();
+        // Billboard.ins?.SetArrowSpeedScale(shootScaleValue);
+        // Billboard.ins?.ShowSpeed();
     }
 
     private void onCloseScaleShootSuccess() {
         if (GameMgr.gameType == 2) {
             playerScaleShootRecords[getPlayerIndex()] = false;
         }
-        Billboard.ins?.SetArrowSpeedScale(shootScaleValue);
-        Billboard.ins?.ShowSpeed();
+        // Billboard.ins?.SetArrowSpeedScale(shootScaleValue);
+        // Billboard.ins?.ShowSpeed();
     }
 
     private int getPlayerIndex() {