feat: 愿望单按钮

This commit is contained in:
2026-08-02 17:55:26 +08:00
parent e8aea1e83d
commit be4e820aa5
13 changed files with 3873 additions and 149 deletions
@@ -18,6 +18,12 @@ namespace AibisDream
#region
[YarnCommand("OpenEndMenu")]
public static void OpenEndMenu()
{
UIManager.Instance.ShowPanel<EndPanel>();
}
[YarnCommand("NextYarn")]
public static void NextYarn(string exitName = null)
{
@@ -30,12 +36,6 @@ namespace AibisDream
YarnVariableStorage.Instance.ClearLocal();
}
[YarnCommand("OpenEndMenu")]
public static void OpenEndMenu()
{
UIManager.Instance.ShowPanel<EndPanel>();
}
[YarnCommand("load_scene")]
public static IEnumerator LoadScene(string sceneName, float _unusedFadeDuration = 0f)
{