c1_lua/lua/app/config/strings/zh/tutorial.lua
2023-06-05 10:07:46 +08:00

24 lines
468 B
Lua

local tutorial = {
["tutorial_txt_1"]={
["value"]="選擇技能,繼續戰鬥"
},
["tutorial_txt_2"]={
["value"]="領取寶箱,解鎖新英雄"
},
["tutorial_txt_3"]={
["value"]="領取寶箱,獲取英雄碎片"
},
["tutorial_txt_4"]={
["value"]="領取寶箱,獲取第五位英雄"
},
["tutorial_txt_5"]={
["value"]="前往商城,獲得更多英雄!"
},
["tutorial_txt_6"]={
}
}
local config = {
data=tutorial,count=6
}
return config