跳转场景

This commit is contained in:
huyulong 2024-12-23 15:00:34 +08:00
parent 97bb77af26
commit 90e9f9a4f2

View File

@ -150,7 +150,7 @@ public class Starthost : MonoBehaviour
AnimateUIElementAsync(); AnimateUIElementAsync();
start.interactable = false; // 防止点击事件 start.interactable = false; // 防止点击事件
//总指挥接警动画 //总指挥接警动画
SceneManager.LoadScene(5);
//开始计时 //开始计时
isTimerRunning = true; isTimerRunning = true;
time.SetActive(true); time.SetActive(true);