From 3a70720f9c63ce7e47237833ddade375357bbef4 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Mon, 15 Nov 2021 17:26:04 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E6=89=8B=E6=88=98=E6=96=97?= =?UTF-8?q?=E3=80=91=E7=AC=AC=E4=B8=80=E5=9C=BA=E6=88=98=E6=96=97=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E8=B7=B3=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Battle/View/GuideBattlePanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/View/GuideBattlePanel.lua b/Assets/ManagedResources/~Lua/Modules/Battle/View/GuideBattlePanel.lua index a938884294..11cc7a75b1 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/View/GuideBattlePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/View/GuideBattlePanel.lua @@ -92,7 +92,7 @@ function this:OnOpen(_fightData, _endFunc, guideType) this.BG:GetComponent("Image").sprite = this.spLoader:LoadSprite(BattleManager.GetBattleBg(fightType)) end - this.BtnGM:SetActive(true) + this.BtnGM:SetActive(guideType ~= 3) this.ButtonLock:SetActive(false) this.BtnTimeScale:SetActive(false) this.damagePanel:SetActive(false)