【寻宝迷踪】log增加
parent
7f988480b1
commit
e548fa6591
|
@ -143,8 +143,8 @@ function XunBaoMiZongMap:LoadMapData()
|
|||
self.oldPos = Vector3.New(2501,-2607,10)--设置初始位置
|
||||
--最终奖励点信息
|
||||
self.curRewardPointData = ConfigManager.GetConfigData(ConfigName.MainLevelSettingConfig,math.random(1,15))
|
||||
Log("当前奖励点名字:"..tostring(self.curRewardPointData.Name).." 位置:"..tostring(self.curRewardPointData.ChapterCenterPosition[1]).."#"..tostring(self.curRewardPointData.ChapterCenterPosition[2]))
|
||||
self.rewardPos = Vector2.New(self.curRewardPointData.ChapterCenterPosition[1],self.curRewardPointData.ChapterCenterPosition[2])
|
||||
Log("当前奖励点名字:"..tostring(self.curRewardPointData.Name))
|
||||
|
||||
local thread = coroutine.start(function()
|
||||
coroutine.wait(1)
|
||||
|
|
Loading…
Reference in New Issue