|
@@ -27,9 +27,9 @@ namespace ET.Client
|
|
|
// 通知等待场景切换的协程
|
|
|
EventSystem.Instance.Publish<EventType.SceneLoadFinish>();
|
|
|
|
|
|
- Vector3 StartPos = new(30, 30, 0);
|
|
|
- Vector3 EndPos = new(230, 30, 0);
|
|
|
- CameraMgr.DragCamera(StartPos, EndPos, 7, () =>
|
|
|
+ Vector3 StartPos = new(30, 15, 10);
|
|
|
+ Vector3 EndPos = new(230, 15, 10);
|
|
|
+ CameraMgr.DragMe(StartPos, EndPos, 8, () =>
|
|
|
{
|
|
|
Log.Debug("camera scroll end");
|
|
|
scene.GetComponent<ObjectWait>().Notify(new Wait_SceneChangeFinish());
|