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