测试提交

This commit is contained in:
changyunjia
2026-07-03 14:09:57 +08:00
co-authored by changyunjia
parent c28ea8ea4a
commit c777936e0b
117 changed files with 45665 additions and 32473 deletions
+5
View File
@@ -1748,6 +1748,11 @@ namespace BingoBrain
Debug.LogWarning("当前平台不支持复制到剪贴板功能");
#endif
GameHelper.ShowTips("Copy Succeed");
}
public static void LoadSceneAsync(int level)
{
UnityEngine.SceneManagement.SceneManager.LoadSceneAsync("scene_" + level);
}
}
}
@@ -99,7 +99,8 @@ namespace BingoBrain
ui.fairyBatching = false;
Hall.Instance.UpdateSecondEvent += UpdateTime;
GameHelper.LoadSceneAsync(1);
GameObject.Find("[ Bingo ]").SetActive(false);
}
private void UpdateTime()