c1_lua/lua/app/config/strings/en/tutorial.lua
2025-10-30 16:38:48 +08:00

51 lines
748 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."
},
["tutorial_txt_14"]={
},
["tutorial_txt_15"]={
}
}
local config = {
data=tutorial,count=15
}
return config