c1_lua/lua/app/config/strings/en/tutorial.lua
2023-05-31 20:53:57 +08:00

21 lines
442 B
Lua

local tutorial = {
["tutorial_txt_1"]={
["value"]="Select skills to continue battle"
},
["tutorial_txt_2"]={
["value"]="Claim chest to unlock new hero"
},
["tutorial_txt_3"]={
["value"]="Claim chest to obtain Hero Shard"
},
["tutorial_txt_4"]={
["value"]="Claim chest to obtain the fifth hero"
},
["tutorial_txt_5"]={
["value"]="Head to the shop for more heroes!"
}
}
local config = {
data=tutorial,count=5
}
return config