模式和语言文件移入parts文件夹

This commit is contained in:
MrZ626
2020-11-16 23:59:35 +08:00
parent a43a34fe10
commit 538960ac04
98 changed files with 14 additions and 14 deletions

View File

@@ -65,7 +65,7 @@ function Tmr.load()
SKIN.loadOne(S.cur)
elseif S.phase==7 then
local m=MODES[S.cur]--Mode template
local M=require("modes/"..m.name)--Mode file
local M=require("parts/modes/"..m.name)--Mode file
MODES[m.name],MODES[S.cur]=M
for k,v in next,m do
M[k]=v