fix:调整开始鱼潮,添加北京密云,调整鱼大小
This commit is contained in:
@@ -488,6 +488,7 @@ public class GameManager : MonoBehaviour
|
||||
GameObject point = Instantiate(shopPre);
|
||||
point.transform.position = GameInit.Ins.showPos.position;
|
||||
point.transform.rotation = GameInit.Ins.showPos.rotation;
|
||||
point.transform.localScale = GameInit.Ins.showPos.localScale;
|
||||
}
|
||||
|
||||
public void CreateItemPre()
|
||||
@@ -560,7 +561,7 @@ public class GameManager : MonoBehaviour
|
||||
{
|
||||
if (Input.GetKeyDown(KeyCode.Space))
|
||||
{
|
||||
//GameInit.Ins.self.AddCoin(5000);
|
||||
GameInit.Ins.self.AddCoin(5000);
|
||||
//GameInit.Ins.self.AddScore(10000);
|
||||
//WinEndGame();
|
||||
StartFishTideEvent();
|
||||
|
||||
Reference in New Issue
Block a user