[Z-framework stand alone ready]

This commit is contained in:
MrZ_26
2020-07-05 14:46:02 +08:00
parent e1d92a166b
commit 40de030cae
20 changed files with 554 additions and 540 deletions

View File

@@ -1749,7 +1749,7 @@ function LANG.getLen()
end
function LANG.set(l)
text=langList[l]
for S,L in next,widgetList do
for S,L in next,Widgets do
for N,W in next,L do
W.text=text.WidgetText[S][N]
end