27 lines
263 B
Lua
27 lines
263 B
Lua
local tutorial = {
|
|
["tutorial_txt_1"]={
|
|
|
|
},
|
|
["tutorial_txt_2"]={
|
|
|
|
},
|
|
["tutorial_txt_3"]={
|
|
|
|
},
|
|
["tutorial_txt_4"]={
|
|
|
|
},
|
|
["tutorial_txt_5"]={
|
|
|
|
},
|
|
["tutorial_txt_6"]={
|
|
|
|
},
|
|
["tutorial_txt_7"]={
|
|
|
|
}
|
|
}
|
|
local config = {
|
|
data=tutorial,count=7
|
|
}
|
|
return config |