c1_lua/lua/app/config/strings/en/tutorial.lua
2023-04-25 14:40:32 +08:00

18 lines
375 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"
}
}
local config = {
data=tutorial,count=4
}
return config