c1_lua/lua/app/config/strings/en/tutorial.lua
2025-10-28 17:46:57 +08:00

45 lines
692 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"]={
},
["tutorial_txt_4"]={
},
["tutorial_txt_5"]={
},
["tutorial_txt_6"]={
},
["tutorial_txt_7"]={
},
["tutorial_txt_8"]={
},
["tutorial_txt_9"]={
},
["tutorial_txt_10"]={
},
["tutorial_txt_11"]={
["value"]="Welcome to the Arena. Please click matchmaking."
},
["tutorial_txt_12"]={
["value"]="The opponent is not strong. Let's start."
},
["tutorial_txt_13"]={
["value"]="Please click here to view the battle rules."
}
}
local config = {
data=tutorial,count=13
}
return config