From 969af52a178361eac3b052d30cdfb8f1518ffaed Mon Sep 17 00:00:00 2001 From: bottlefish <781230111@qq.com> Date: Thu, 4 Sep 2025 14:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/Panel/EndPanel.cs | 56 +++++++++++----------- Assets/StreamingAssets/Config/setting.json | 2 +- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/Assets/Scripts/UI/Panel/EndPanel.cs b/Assets/Scripts/UI/Panel/EndPanel.cs index d99a05b15..995604b2f 100644 --- a/Assets/Scripts/UI/Panel/EndPanel.cs +++ b/Assets/Scripts/UI/Panel/EndPanel.cs @@ -15,37 +15,37 @@ namespace AibisDream { // GameManager.Instance.PauseGame(); gameObject.SetActive(true); - RegisterButton(); + // RegisterButton(); } public void Hide() { gameObject.SetActive(false); - UnRegisterButton(); + // UnRegisterButton(); // GameManager.Instance.ContinueGame(); } #endregion - private void RegisterButton() - { - var returnBtn = transform.Find("返回").GetComponent