【寻宝迷踪】log增加

dev_chengFeng
ZhangBiao 2021-09-18 10:38:18 +08:00
parent 7f988480b1
commit e548fa6591
1 changed files with 1 additions and 1 deletions

View File

@ -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)