c1_lua/lua/app/config/strings/en/tutorial.lua
2023-05-30 09:43:49 +08:00

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