Merge branch 'develop' into feature/签字功能
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user