Merge branch 'develop' into 火山继续开发12.8

This commit is contained in:
2025-12-11 18:29:21 +08:00
139 changed files with 19974 additions and 47 deletions
@@ -25,20 +25,6 @@ namespace AibisDream
UIManager.Instance.ShowPanel<EndPanel>();
}
[Obsolete]
[YarnCommand("switch_tv")]
public static void SwitchTV(string picName)
{
Debug.Log("switch_tv 已废弃");
}
[Obsolete]
[YarnCommand("show_tv_scene")]
public static void ShowTVScene(float duration)
{
Debug.Log("show_tv_scene 已废弃");
}
[YarnCommand("load_scene")]
public static IEnumerator LoadScene(string sceneName, float duration = 1)
{