自动战斗添加提示
parent
a5cdcae96a
commit
56ac65ef58
|
|
@ -132,6 +132,7 @@ function InvadeMonsterView:BindEvent()
|
|||
PlayerManager.isAutoFight=false
|
||||
else
|
||||
PlayerManager.isAutoFight=true
|
||||
PopupTipPanel.ShowTip("开启自动战斗,请到编队界面确定阵容后开始战斗")
|
||||
end
|
||||
this.btnAutoImg:SetActive(PlayerManager.isAutoFight)
|
||||
end)
|
||||
|
|
|
|||
Loading…
Reference in New Issue