|
|
@@ -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, 8.5f, 10f}[currentShootLevel];
|
|
|
+ shootOffsetAngleScale = new float[]{0, 10f, 10f}[currentShootLevel];
|
|
|
}
|
|
|
|
|
|
void Start()
|