调整require的写法

This commit is contained in:
MrZ626
2021-03-10 00:50:08 +08:00
parent 1545cb2154
commit fc1f363a8b
11 changed files with 66 additions and 66 deletions

View File

@@ -6,7 +6,7 @@ function scene.sceneInit()
BG.set("cubes")
if not inited then
inited=true
WIDGET.active.texts:setTexts(require"parts/updateLog")
WIDGET.active.texts:setTexts(require"parts.updateLog")
end
if newVersionLaunch then
newVersionLaunch=false