This commit is contained in:
parent
9d731cc5f9
commit
b5799a5ba9
Binary file not shown.
|
@ -76,6 +76,14 @@ public class ToolsBootstrap : MonoSingleton<ToolsBootstrap>
|
|||
mCamera.transform.position = new Vector3(-480, 556f, 258f);
|
||||
mCamera.transform.eulerAngles = new Vector3(90f, 0f, 0f);
|
||||
mCamera.orthographic = true;
|
||||
if (GlobalFlag.field_Char1=="学校")
|
||||
{
|
||||
mCamera.orthographicSize = 600;
|
||||
}
|
||||
else if (GlobalFlag.field_Char1 == "山地")
|
||||
{
|
||||
mCamera.orthographicSize = 2500;
|
||||
}
|
||||
Switch2DModel(true);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue