屏幕问题

This commit is contained in:
2025-02-13 20:53:28 +08:00
parent 94e01a9baa
commit 496f538b9f
41 changed files with 507 additions and 265 deletions
-9
View File
@@ -10,15 +10,6 @@ namespace AibisDream
{
// 初始化选择按钮
choiceButtonPrefab = choiceButton;
// 注册Viewer
DialogCanvasManager.Instance.RegisterDialogView(DialogViewType.OldBox, this);
gameObject.SetActive(false);
}
protected override void OnDialogViewerDestroy()
{
DialogCanvasManager.Instance.UnregisterDialogView(DialogViewType.OldBox);
}
}
}