|
|
@@ -30,7 +30,7 @@ public class LoginMgr : MonoBehaviour
|
|
|
[SerializeField] Text registerTip;
|
|
|
|
|
|
public static UserInfo myUserInfo = new UserInfo();
|
|
|
- static int userInfo_version = 0;
|
|
|
+ static int userInfo_version = 1000;
|
|
|
|
|
|
int loginMode = 1;
|
|
|
|
|
|
@@ -263,7 +263,7 @@ public class UserInfo {
|
|
|
public bool gameRule2GuideFinish = false;
|
|
|
public bool openCrossHair = true;
|
|
|
public int shootLevel = 0;
|
|
|
- public float actualArrowWeight = 27; //实际需要的箭重,单位克
|
|
|
+ public float actualArrowWeight = 20; //游戏里的箭重,单位克
|
|
|
|
|
|
public void Save()
|
|
|
{
|