整理代码,清除问题

This commit is contained in:
MrZ626
2020-10-19 22:40:14 +08:00
parent 4cdf3f52b5
commit df1cb2832d
40 changed files with 158 additions and 202 deletions

View File

@@ -2996,7 +2996,6 @@ end
local langMeta={__index=langList[1]}
for i=2,#langList do setmetatable(langList[i],langMeta)end
local gc=love.graphics
local LANG={}
local drawableTextLoad={
"anykey",
@@ -3013,7 +3012,7 @@ end
function LANG.set(l)
text=langList[l]
for S,L in next,Widgets do
for N,W in next,L do
for _,W in next,L do
W.text=text.WidgetText[S][W.name]
end
end