Browse Source

流程更改

胡佳骏 1 year ago
parent
commit
8da8281938
2 changed files with 711 additions and 102 deletions
  1. 706 102
      Assets/ShowZhidao.prefab
  2. 5 0
      Assets/YunWeiZhiDao.cs

File diff suppressed because it is too large
+ 706 - 102
Assets/ShowZhidao.prefab


+ 5 - 0
Assets/YunWeiZhiDao.cs

@@ -68,5 +68,10 @@ public class YunWeiZhiDao : AbstractController
 
         donghua.transform.localPosition = initPV3;
         donghua.transform.localEulerAngles = initEV3;
+
+
+        TimerMgr.Instance.CreateTimer(() => {
+            nextTask();
+        }, 3f);
     }
 }

Some files were not shown because too many files changed in this diff