From b3578a5ba4805fa7c3be0cf9294382032710e5d7 Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Thu, 10 Jun 2021 14:50:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=9F=B3=E6=95=88=E3=80=91=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E4=B8=8D=E5=90=8C=E7=95=8C=E9=9D=A2=E5=86=8D=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=EF=BC=8C=E9=9F=B3=E6=95=88=E6=B2=A1=E6=9C=89=E8=B7=9F?= =?UTF-8?q?=E7=9D=80=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Carbon/DailyCarbonPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Carbon/DailyCarbonPanel.lua b/Assets/ManagedResources/~Lua/Modules/Carbon/DailyCarbonPanel.lua index a7872d2c1c..935232d2eb 100644 --- a/Assets/ManagedResources/~Lua/Modules/Carbon/DailyCarbonPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Carbon/DailyCarbonPanel.lua @@ -116,7 +116,7 @@ function DailyCarbonPanel:OnOpen(_carbonIndex) end function DailyCarbonPanel:OnShow() - + SoundManager.PlayMusic(SoundConfig.BGM_Carbon) local curFormationForce = FormationManager.GetFormationPower(FormationTypeDef.FORMATION_NORMAL) if PlayerManager.maxForce < curFormationForce then PlayerManager.maxForce = curFormationForce