Update - 1.7.0.88
EN: 1.7.0.88 CN: 1.7.0.90 JP: 1.7.0.91 KR: 1.7.0.94
This commit is contained in:
@@ -49,9 +49,9 @@ function GuideGroup_301:Step_1()
|
||||
self.msg = {
|
||||
BindIcon = "PenguinCardPanel/----SafeAreaRoot----/---Prepare---/--Card--",
|
||||
Deviation = {0, 0},
|
||||
Head = "Icon/Head/head_11101",
|
||||
Desc = "Guide_4_1",
|
||||
DescDeviation = {0, -350},
|
||||
Head = "Icon/Head/head_917401",
|
||||
Desc = "Guide_301_1",
|
||||
DescDeviation = {0, -400},
|
||||
HandDeviation = {0, -250},
|
||||
Type = GameEnum.guidetype.ForcedClick
|
||||
}
|
||||
@@ -62,10 +62,11 @@ end
|
||||
function GuideGroup_301:Step_2()
|
||||
self.msg = {
|
||||
BindIcon = "PenguinCardPanel/----SafeAreaRoot----/---Slot---/--Card--",
|
||||
Deviation = {0, 0},
|
||||
Head = "Icon/Head/head_11101",
|
||||
Desc = "Guide_4_1",
|
||||
DescDeviation = {0, 330},
|
||||
Size = {1350, 330},
|
||||
Deviation = {0, -30},
|
||||
Head = "Icon/Head/head_917301",
|
||||
Desc = "Guide_301_2",
|
||||
DescDeviation = {0, 260},
|
||||
Type = GameEnum.guidetype.Introductory
|
||||
}
|
||||
self.parent:ActiveHide(true)
|
||||
@@ -74,11 +75,11 @@ function GuideGroup_301:Step_2()
|
||||
end
|
||||
function GuideGroup_301:Step_3()
|
||||
self.msg = {
|
||||
BindIcon = "PenguinCardPanel/----SafeAreaRoot----/---Prepare---/btnStartTurn",
|
||||
BindIcon = "PenguinCardPanel/----SafeAreaRoot----/---Prepare---/btnStartTurn/AnimRoot/Image",
|
||||
Deviation = {0, 0},
|
||||
Head = "Icon/Head/head_11101",
|
||||
Desc = "Guide_4_1",
|
||||
DescDeviation = {-740, 50},
|
||||
Head = "Icon/Head/head_917301",
|
||||
Desc = "Guide_301_3",
|
||||
DescDeviation = {-740, 80},
|
||||
Type = GameEnum.guidetype.Introductory
|
||||
}
|
||||
self.parent:ActiveHide(true)
|
||||
|
||||
@@ -47,10 +47,11 @@ end
|
||||
function GuideGroup_302:Step_1()
|
||||
self.msg = {
|
||||
BindIcon = "PenguinCardPanel/----SafeAreaRoot----/---Flip---/--Card--",
|
||||
Size = {1150, 330},
|
||||
Deviation = {0, 0},
|
||||
Head = "Icon/Head/head_11101",
|
||||
Desc = "Guide_4_1",
|
||||
DescDeviation = {0, -350},
|
||||
Head = "Icon/Head/head_917401",
|
||||
Desc = "Guide_302_1",
|
||||
DescDeviation = {0, -320},
|
||||
Type = GameEnum.guidetype.Introductory
|
||||
}
|
||||
self.parent:ActiveHide(true)
|
||||
@@ -60,23 +61,25 @@ end
|
||||
function GuideGroup_302:Step_2()
|
||||
self.msg = {
|
||||
BindIcon = "PenguinCardPanel/----SafeAreaRoot----/---Flip---/--Info--/Image",
|
||||
Size = {1050, 180},
|
||||
Deviation = {0, 0},
|
||||
Head = "Icon/Head/head_11101",
|
||||
Desc = "Guide_4_1",
|
||||
DescDeviation = {0, 330},
|
||||
Head = "Icon/Head/head_917401",
|
||||
Desc = "Guide_302_2",
|
||||
DescDeviation = {0, -250},
|
||||
Type = GameEnum.guidetype.Introductory
|
||||
}
|
||||
self.parent:ActiveHide(true)
|
||||
current = 2
|
||||
self.parent:PlayTypeMask(self.msg)
|
||||
local wait = function()
|
||||
coroutine.yield(CS.UnityEngine.WaitForSeconds(1))
|
||||
self.parent:PlayTypeMask(self.msg)
|
||||
end
|
||||
cs_coroutine.start(wait)
|
||||
end
|
||||
function GuideGroup_302:Step_3()
|
||||
self.msg = {
|
||||
BindIcon = "PenguinCardPanel/----SafeAreaRoot----/---Flip---/--Button--/btnShowAll",
|
||||
BindIcon = "PenguinCardPanel/----SafeAreaRoot----/---Flip---/--Button--/btnShowAll/AnimRoot/Image",
|
||||
Deviation = {0, 0},
|
||||
Head = "Icon/Head/head_11101",
|
||||
Desc = "Guide_4_1",
|
||||
DescDeviation = {-740, 50},
|
||||
Type = GameEnum.guidetype.Introductory
|
||||
}
|
||||
self.parent:ActiveHide(true)
|
||||
|
||||
@@ -43,24 +43,29 @@ function GuideGroup_303:Clear()
|
||||
end
|
||||
function GuideGroup_303:Step_1()
|
||||
self.msg = {
|
||||
BindIcon = "PenguinCardPanel/----SafeAreaRoot----/---Prepare---/--Info--/imgScoreBg",
|
||||
Deviation = {-170, -30},
|
||||
Size = {350, 140},
|
||||
Head = "Icon/Head/head_11101",
|
||||
Desc = "Guide_4_1",
|
||||
BindIcon = "PenguinCardPanel/----SafeAreaRoot----/---Prepare---/--Info--/fxRotation/imgScoreBg/Image",
|
||||
Deviation = {100, -30},
|
||||
Size = {380, 160},
|
||||
Head = "Icon/Head/head_917301",
|
||||
Desc = "Guide_303_1",
|
||||
DescDeviation = {-700, -240},
|
||||
Type = GameEnum.guidetype.Introductory
|
||||
}
|
||||
self.parent:ActiveHide(true)
|
||||
current = 1
|
||||
self.parent:PlayTypeMask(self.msg)
|
||||
local wait = function()
|
||||
coroutine.yield(CS.UnityEngine.WaitForSeconds(1))
|
||||
self.parent:PlayTypeMask(self.msg)
|
||||
end
|
||||
cs_coroutine.start(wait)
|
||||
end
|
||||
function GuideGroup_303:Step_2()
|
||||
self.msg = {
|
||||
BindIcon = "PenguinCardPanel/----SafeAreaRoot----/---Prepare---/--Info--/imgTurnBg",
|
||||
Deviation = {0, 0},
|
||||
Head = "Icon/Head/head_11101",
|
||||
Desc = "Guide_4_1",
|
||||
Size = {660, 110},
|
||||
Head = "Icon/Head/head_917301",
|
||||
Desc = "Guide_303_2",
|
||||
DescDeviation = {0, -230},
|
||||
Type = GameEnum.guidetype.Introductory
|
||||
}
|
||||
@@ -71,10 +76,11 @@ end
|
||||
function GuideGroup_303:Step_3()
|
||||
self.msg = {
|
||||
BindIcon = "PenguinCardPanel/----SafeAreaRoot----/---Prepare---/--Upgrade--",
|
||||
Deviation = {0, 0},
|
||||
Head = "Icon/Head/head_11101",
|
||||
Desc = "Guide_4_1",
|
||||
DescDeviation = {700, -350},
|
||||
Deviation = {0, 55},
|
||||
Size = {420, 420},
|
||||
Head = "Icon/Head/head_917401",
|
||||
Desc = "Guide_303_3",
|
||||
DescDeviation = {800, -250},
|
||||
Type = GameEnum.guidetype.Introductory
|
||||
}
|
||||
self.parent:ActiveHide(true)
|
||||
|
||||
@@ -43,7 +43,7 @@ function GuideGroup_304:Clear()
|
||||
end
|
||||
function GuideGroup_304:Step_1()
|
||||
current = 1
|
||||
local nEntryId = 100201
|
||||
local nEntryId = 400501
|
||||
EventManager.Hit(EventId.OpenPanel, PanelId.DictionaryEntry, nEntryId)
|
||||
self.parent:FinishCurrentStep()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user