21 lines
402 B
Lua
21 lines
402 B
Lua
local tutorial = {
|
|
["tutorial_txt_1"]={
|
|
["value"]="Select a skill and continue the battle"
|
|
},
|
|
["tutorial_txt_2"]={
|
|
["value"]="Claim chest to unlock new heroes"
|
|
},
|
|
["tutorial_txt_3"]={
|
|
["value"]="Claim chest to obtain hero shards"
|
|
},
|
|
["tutorial_txt_4"]={
|
|
["value"]="Claim chest to unlock the 5th hero"
|
|
},
|
|
["tutorial_txt_5"]={
|
|
|
|
}
|
|
}
|
|
local config = {
|
|
data=tutorial,count=5
|
|
}
|
|
return config |