c1_lua/lua/app/config/tutorial.lua
2025-08-11 20:37:29 +08:00

88 lines
1.1 KiB
Lua

local tutorial = {
[10000]={
["next_id"]=10010,
["type"]=6,
["finish"]=4,
["target_element"]={
13,
24,
25
}
},
[10010]={
["next_id"]=10020,
["type"]=4,
["finish"]=3
},
[10020]={
["next_id"]=10030,
["delay"]=1.0,
["type"]=3,
["txt"]="tutorial_txt_1",
["txt_offset"]={
0,
40
},
["target_name"]="battle_ui(Clone)/bg_2/battle_select_skill_comp/skill_node/skill_select_cell_1",
["arrow_direction"]=1,
["arrow_offset"]={
0,
-50
},
["show_mask"]=1,
["square_size"]={
50,
25
}
},
[10030]={
["next_id"]=10040,
["type"]=6,
["finish"]=4,
["target_element"]={
13,
14,
24,
33,
44,
45
}
},
[10040]={
["next_id"]=10050,
["type"]=4,
["finish"]=3
},
[10050]={
["next_id"]=10060,
["delay"]=1.0,
["type"]=6,
["finish"]=4,
["target_element"]={
13,
14,
24,
34
}
},
[10060]={
["next_id"]=10070,
["type"]=4,
["finish"]=3
},
[10070]={
["delay"]=1.0,
["type"]=6,
["finish"]=4,
["target_element"]={
13,
14,
24,
34
}
}
}
local config = {
data=tutorial,count=8
}
return config