整理代码

This commit is contained in:
MrZ626
2021-04-11 14:22:51 +08:00
parent b7ee5e771e
commit 21cb2657ca

View File

@@ -1,13 +1,8 @@
local scene={}
local inited
function scene.sceneInit()
BG.set("cubes")
if not inited then
inited=true
WIDGET.active.texts:setTexts(require"parts.updateLog")
end
WIDGET.active.texts:setTexts(require"parts.updateLog")
if newVersionLaunch then
newVersionLaunch=false
end