Browse Source

难度调整

lvjincheng 4 năm trước cách đây
mục cha
commit
8df19411c9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Assets/BowArrow/Scripts/Game/ArmBow.cs

+ 1 - 1
Assets/BowArrow/Scripts/Game/ArmBow.cs

@@ -48,7 +48,7 @@ public class ArmBow : MonoBehaviour
         //initdata
         int currentShootLevel = LoginMgr.myUserInfo.shootLevel;
         shootBackTime = new int[]{0, 2, 5}[currentShootLevel];
-        shootOffsetAngleScale = new float[]{0, 7.5f, 10f}[currentShootLevel];
+        shootOffsetAngleScale = new float[]{0, 8.5f, 10f}[currentShootLevel];
     }
 
     void Start()