From e548fa6591283587454a32c80f66e3076109def1 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Sat, 18 Sep 2021 10:38:18 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AF=BB=E5=AE=9D=E8=BF=B7=E8=B8=AA?= =?UTF-8?q?=E3=80=91log=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/XunBaoMiZong/XunBaoMiZongMapPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/XunBaoMiZong/XunBaoMiZongMapPanel.lua b/Assets/ManagedResources/~Lua/Modules/XunBaoMiZong/XunBaoMiZongMapPanel.lua index 46c9c5c480..eb116e29ac 100644 --- a/Assets/ManagedResources/~Lua/Modules/XunBaoMiZong/XunBaoMiZongMapPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/XunBaoMiZong/XunBaoMiZongMapPanel.lua @@ -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)