dev_chengFeng
parent
e9b8083148
commit
17465d2f3d
|
@ -136,7 +136,7 @@ function this.OnOpen()
|
|||
this.InitBoolState()
|
||||
-- 开始探索请求
|
||||
-- this.StartExplore()
|
||||
MapPanel.SetRoleShow(MapManager.mapScale, MapManager.roleInitPos,0)
|
||||
-- MapPanel.SetRoleShow(MapManager.mapScale, MapManager.roleInitPos,0)
|
||||
-- 设置任务显示
|
||||
this.SetTipShow()
|
||||
-- 初始化行动力消耗的类型数值
|
||||
|
@ -318,6 +318,7 @@ end
|
|||
-- 根据类型刷新行动力数值
|
||||
function this.RefreshEnergyValue(isInit, costType)
|
||||
-- 只是初始化返回
|
||||
-- LogBlue("两次吧")
|
||||
if isInit then return end
|
||||
if EndLessMapManager.justEnterMap then
|
||||
EndLessMapManager.justEnterMap = false
|
||||
|
|
Loading…
Reference in New Issue