|
@@ -109,6 +109,7 @@ public class ArmBow : MonoBehaviour
|
|
|
void Awake()
|
|
void Awake()
|
|
|
{
|
|
{
|
|
|
_ins = this;
|
|
_ins = this;
|
|
|
|
|
+ this.transform.localPosition = new Vector3(0.0865f, -1.692f, -0.1f);
|
|
|
//initdata
|
|
//initdata
|
|
|
Vector3 localPos = transform.localPosition; localPos.z = localPosZ; transform.localPosition = localPos;
|
|
Vector3 localPos = transform.localPosition; localPos.z = localPosZ; transform.localPosition = localPos;
|
|
|
int currentShootLevel = UserSettings.ins.shootLevel;
|
|
int currentShootLevel = UserSettings.ins.shootLevel;
|