189 lines
2.6 KiB
Lua
189 lines
2.6 KiB
Lua
local tutorial = {
|
|
[10000]={
|
|
["next_id"]=10010,
|
|
["type"]=6,
|
|
["target_element"]={
|
|
53,
|
|
44,
|
|
45
|
|
},
|
|
["arrow_offset"]={
|
|
0,
|
|
0
|
|
}
|
|
},
|
|
[10010]={
|
|
["next_id"]=10020,
|
|
["type"]=4,
|
|
["finish"]=3
|
|
},
|
|
[10020]={
|
|
["next_id"]=10030,
|
|
["type"]=4,
|
|
["finish"]=1,
|
|
["finish_parameter"]=1
|
|
},
|
|
[10030]={
|
|
["next_id"]=10040,
|
|
["type"]=5,
|
|
["finish"]=2,
|
|
["finish_parameter"]=1
|
|
},
|
|
[10040]={
|
|
["next_id"]=10050,
|
|
["type"]=6,
|
|
["target_element"]={
|
|
33,
|
|
23,
|
|
13,
|
|
14,
|
|
15,
|
|
25,
|
|
35
|
|
},
|
|
["arrow_offset"]={
|
|
0,
|
|
0
|
|
}
|
|
},
|
|
[10050]={
|
|
["next_id"]=10060,
|
|
["type"]=4,
|
|
["finish"]=3
|
|
},
|
|
[10060]={
|
|
["type"]=6,
|
|
["target_element"]={
|
|
23,
|
|
13,
|
|
14,
|
|
15,
|
|
25
|
|
},
|
|
["arrow_offset"]={
|
|
0,
|
|
0
|
|
}
|
|
},
|
|
[20000]={
|
|
["next_id"]=20010,
|
|
["type"]=2,
|
|
["target_name"]="main_ui(Clone)/sub_ui_node/main_comp/chapter/progress_bg/box_1",
|
|
["arrow_offset"]={
|
|
0,
|
|
0
|
|
},
|
|
["show_mask"]=2,
|
|
["circle_r"]=100,
|
|
["circle_offset"]={
|
|
0,
|
|
0
|
|
}
|
|
},
|
|
[20010]={
|
|
["next_id"]=20020,
|
|
["type"]=4,
|
|
["finish"]=1,
|
|
["finish_parameter"]=2
|
|
},
|
|
[20020]={
|
|
["next_id"]=20030,
|
|
["type"]=5,
|
|
["finish"]=2,
|
|
["finish_parameter"]=2
|
|
},
|
|
[20030]={
|
|
["next_id"]=20040,
|
|
["type"]=2,
|
|
["target_name"]="main_ui(Clone)/bottom_node/bottom_btn_cell_2",
|
|
["arrow_offset"]={
|
|
0,
|
|
0
|
|
},
|
|
["show_mask"]=1,
|
|
["square_size"]={
|
|
100,
|
|
100
|
|
},
|
|
["square_offset"]={
|
|
0,
|
|
0
|
|
}
|
|
},
|
|
[20040]={
|
|
["next_id"]=20050,
|
|
["type"]=2,
|
|
["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/scroll_cell_1/prop_node/hero_cell_4",
|
|
["arrow_offset"]={
|
|
0,
|
|
0
|
|
},
|
|
["show_mask"]=1,
|
|
["square_size"]={
|
|
100,
|
|
300
|
|
},
|
|
["square_offset"]={
|
|
0,
|
|
0
|
|
}
|
|
},
|
|
[20050]={
|
|
["next_id"]=20060,
|
|
["type"]=2,
|
|
["target_name"]="hero_detail_ui(Clone)/bg/up_btn",
|
|
["arrow_offset"]={
|
|
0,
|
|
0
|
|
},
|
|
["show_mask"]=1,
|
|
["square_size"]={
|
|
200,
|
|
100
|
|
},
|
|
["square_offset"]={
|
|
0,
|
|
0
|
|
}
|
|
},
|
|
[20060]={
|
|
["next_id"]=20070,
|
|
["type"]=2,
|
|
["target_name"]="hero_detail_ui(Clone)/bg/back_btn",
|
|
["arrow_offset"]={
|
|
0,
|
|
0
|
|
},
|
|
["show_mask"]=1
|
|
},
|
|
[20070]={
|
|
["next_id"]=20080,
|
|
["type"]=2,
|
|
["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/scroll_cell_1/prop_node/hero_cell_4",
|
|
["arrow_offset"]={
|
|
0,
|
|
0
|
|
},
|
|
["show_mask"]=1,
|
|
["square_size"]={
|
|
100,
|
|
300
|
|
},
|
|
["square_offset"]={
|
|
0,
|
|
0
|
|
}
|
|
},
|
|
[20080]={
|
|
["type"]=2,
|
|
["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/large_hero_cell/hero_bg/use_btn",
|
|
["arrow_offset"]={
|
|
0,
|
|
0
|
|
}
|
|
}
|
|
}
|
|
local config = {
|
|
data=tutorial,count=16
|
|
}
|
|
return config |