lvjincheng 4 лет назад
Родитель
Сommit
4eb6929355
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      Assets/BowArrow/Scripts/Game/GameAssistUI.cs

+ 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() {