Merge branch 'main' of http://192.168.2.19:3000/shurongsen/Cute_demon_attacks
This commit is contained in:
commit
546e37820e
@ -505,8 +505,6 @@ MonoBehaviour:
|
|||||||
pathsNeedTimer: 30
|
pathsNeedTimer: 30
|
||||||
fishingNeedTimer: 30
|
fishingNeedTimer: 30
|
||||||
restTimer: 5
|
restTimer: 5
|
||||||
getgoldnumber: 100
|
|
||||||
goldshop: {fileID: 1621691472}
|
|
||||||
goldNumerTextPro: {fileID: 1113669198}
|
goldNumerTextPro: {fileID: 1113669198}
|
||||||
shipNumberTextPro: {fileID: 1972442482}
|
shipNumberTextPro: {fileID: 1972442482}
|
||||||
HightLight: {fileID: 102276561}
|
HightLight: {fileID: 102276561}
|
||||||
@ -2536,8 +2534,6 @@ MonoBehaviour:
|
|||||||
pathsNeedTimer: 30
|
pathsNeedTimer: 30
|
||||||
fishingNeedTimer: 30
|
fishingNeedTimer: 30
|
||||||
restTimer: 5
|
restTimer: 5
|
||||||
getgoldnumber: 100
|
|
||||||
goldshop: {fileID: 1780327002}
|
|
||||||
goldNumerTextPro: {fileID: 979148971}
|
goldNumerTextPro: {fileID: 979148971}
|
||||||
shipNumberTextPro: {fileID: 1565889060}
|
shipNumberTextPro: {fileID: 1565889060}
|
||||||
HightLight: {fileID: 1504197550}
|
HightLight: {fileID: 1504197550}
|
||||||
@ -4200,8 +4196,6 @@ MonoBehaviour:
|
|||||||
pathsNeedTimer: 30
|
pathsNeedTimer: 30
|
||||||
fishingNeedTimer: 30
|
fishingNeedTimer: 30
|
||||||
restTimer: 5
|
restTimer: 5
|
||||||
getgoldnumber: 100
|
|
||||||
goldshop: {fileID: 784479835}
|
|
||||||
goldNumerTextPro: {fileID: 1634093115}
|
goldNumerTextPro: {fileID: 1634093115}
|
||||||
shipNumberTextPro: {fileID: 1271499323}
|
shipNumberTextPro: {fileID: 1271499323}
|
||||||
HightLight: {fileID: 579933540}
|
HightLight: {fileID: 579933540}
|
||||||
|
@ -77,6 +77,12 @@ public class boy : mount
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,7 @@ public class boy_jinsha:mount
|
|||||||
{
|
{
|
||||||
//²âÊÔÓÃ
|
//²âÊÔÓÃ
|
||||||
Login login = new Login();
|
Login login = new Login();
|
||||||
login.Phone = "tast5";
|
login.Phone = "1";
|
||||||
await web.SendRequest(web.URL + "/Player/Login", "POST", JsonUtility.ToJson(login));
|
await web.SendRequest(web.URL + "/Player/Login", "POST", JsonUtility.ToJson(login));
|
||||||
|
|
||||||
|
|
||||||
@ -74,8 +74,9 @@ public class boy_jinsha:mount
|
|||||||
{
|
{
|
||||||
//Debug.Log(item.RemainEndureTime.ToString() + '/' + item.EndureTime.ToString());
|
//Debug.Log(item.RemainEndureTime.ToString() + '/' + item.EndureTime.ToString());
|
||||||
gameObject.GetComponent<landContorl_jinsha>().add_fish(item.RemainEndureTime.ToString() + '/' + item.EndureTime.ToString());
|
gameObject.GetComponent<landContorl_jinsha>().add_fish(item.RemainEndureTime.ToString() + '/' + item.EndureTime.ToString());
|
||||||
|
|
||||||
//gameObject.GetComponent<landContorl_jinsha>().ChangeShipNumber(item);
|
//gameObject.GetComponent<landContorl_jinsha>().ChangeShipNumber(item);
|
||||||
Debug.Log(Struct.StructToString(item, 1));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ public class landContorl_jinsha : MonoBehaviour
|
|||||||
|
|
||||||
Promptmgr.Instance.PromptBubble("购买成功", Color.black, Color.blue);
|
Promptmgr.Instance.PromptBubble("购买成功", Color.black, Color.blue);
|
||||||
//增加船只数量
|
//增加船只数量
|
||||||
ChangeShipNumber(1);
|
//ChangeShipNumber(1);
|
||||||
|
|
||||||
this.isbuy = true;
|
this.isbuy = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user