Explorar o código

显示板的速度调整

lvjincheng %!s(int64=4) %!d(string=hai) anos
pai
achega
4eb6929355
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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) {
         if (GameMgr.gameType == 2) {
             playerScaleShootRecords[getPlayerIndex()] = true;
             playerScaleShootRecords[getPlayerIndex()] = true;
         }
         }
-        Billboard.ins?.SetArrowSpeedScale(shootScaleValue);
-        Billboard.ins?.ShowSpeed();
+        // Billboard.ins?.SetArrowSpeedScale(shootScaleValue);
+        // Billboard.ins?.ShowSpeed();
     }
     }
 
 
     private void onCloseScaleShootSuccess() {
     private void onCloseScaleShootSuccess() {
         if (GameMgr.gameType == 2) {
         if (GameMgr.gameType == 2) {
             playerScaleShootRecords[getPlayerIndex()] = false;
             playerScaleShootRecords[getPlayerIndex()] = false;
         }
         }
-        Billboard.ins?.SetArrowSpeedScale(shootScaleValue);
-        Billboard.ins?.ShowSpeed();
+        // Billboard.ins?.SetArrowSpeedScale(shootScaleValue);
+        // Billboard.ins?.ShowSpeed();
     }
     }
 
 
     private int getPlayerIndex() {
     private int getPlayerIndex() {