This commit is contained in:
2025-06-06 20:13:37 +08:00
parent 6d96508132
commit 7ae0acf0ac
28 changed files with 11279 additions and 2153 deletions
@@ -106,6 +106,13 @@ namespace AibisDream
return panel.OpenProgressWindow(title, description, duration);
}
[YarnCommand("open_warning_window")]
public static IEnumerator OpenWarningWindow(string description)
{
var panel = UIManager.Instance.GetPanel<PlayToolPanel>();
return panel.OpenWarningWindow(description);
}
[YarnCommand("flash_red")]
public static IEnumerator FlashRed(float duration = 0.2f)
{