Explorar el Código

显示板的速度调整

lvjincheng hace 4 años
padre
commit
4eb6929355
Se han modificado 1 ficheros con 4 adiciones y 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) {
             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() {