添加辽宁大连普兰店万达广场场景
This commit is contained in:
@@ -488,6 +488,13 @@ public class Leviathan : Enemy
|
||||
Both();
|
||||
});
|
||||
}
|
||||
else if (GameInit.Ins.gamePlace == GamePlace.Liaoning_Dalian_Pulandian_WandaGuangchang)
|
||||
{
|
||||
transform.DOMove(new Vector3(8.1f, -3.5f,7.1f), 2).OnComplete(() =>
|
||||
{
|
||||
Both();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
else
|
||||
|
||||
@@ -452,6 +452,13 @@ public class MachineDragon : Enemy
|
||||
Both();
|
||||
});
|
||||
}
|
||||
else if (GameInit.Ins.gamePlace == GamePlace.Liaoning_Dalian_Pulandian_WandaGuangchang)
|
||||
{
|
||||
transform.DOMove(new Vector3(3.87f, 0f,5.94f), 4).OnComplete(() =>
|
||||
{
|
||||
Both();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
else
|
||||
|
||||
@@ -730,9 +730,9 @@ public class GameManager : MonoBehaviour
|
||||
{
|
||||
EnergyPump.transform.position = new Vector3(2f, 0, 4.79f);
|
||||
}
|
||||
if (GameInit.Ins.gamePlace == GamePlace.Liaoning_Panjin_Shuangtaizi_Shuangtaicheng)
|
||||
if (GameInit.Ins.gamePlace == GamePlace.Liaoning_Dalian_Pulandian_WandaGuangchang)
|
||||
{
|
||||
EnergyPump.transform.position = new Vector3(-2.07f, 0, 9.07f);
|
||||
EnergyPump.transform.position = new Vector3(-0.74f, 0, 4.91f);
|
||||
}
|
||||
|
||||
EnergyPumpTag++;
|
||||
|
||||
Reference in New Issue
Block a user