0.9.2:方向键选择控件

This commit is contained in:
MrZ_26
2020-07-23 15:12:17 +08:00
parent bb2c732529
commit b97319afe0
8 changed files with 469 additions and 318 deletions

View File

@@ -1839,7 +1839,7 @@ function LANG.set(l)
text=langList[l]
for S,L in next,Widgets do
for N,W in next,L do
W.text=text.WidgetText[S][N]
W.text=text.WidgetText[S][W.name]
end
end
for _,s in next,drawableTextLoad do