自动战斗添加提示

develop_bt_ob2
wangzhenxing 2023-07-06 11:28:59 +08:00
parent a5cdcae96a
commit 56ac65ef58
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ function InvadeMonsterView:BindEvent()
PlayerManager.isAutoFight=false
else
PlayerManager.isAutoFight=true
PopupTipPanel.ShowTip("开启自动战斗,请到编队界面确定阵容后开始战斗")
end
this.btnAutoImg:SetActive(PlayerManager.isAutoFight)
end)