整理代码
This commit is contained in:
@@ -582,7 +582,7 @@ function love.run()
|
|||||||
|
|
||||||
--Fresh power info.
|
--Fresh power info.
|
||||||
if Timer()-lastFreshPow>2 then
|
if Timer()-lastFreshPow>2 then
|
||||||
if SETTING.powerInfo and loadingFinished then
|
if SETTING.powerInfo and LOADED then
|
||||||
updatePowerInfo()
|
updatePowerInfo()
|
||||||
lastFreshPow=Timer()
|
lastFreshPow=Timer()
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -159,8 +159,8 @@ do--load
|
|||||||
function sceneInit.load()
|
function sceneInit.load()
|
||||||
sceneTemp={
|
sceneTemp={
|
||||||
phase=1,--Loading stage
|
phase=1,--Loading stage
|
||||||
cur=1,--Counter
|
cur=1,--Loading timer
|
||||||
tar=#VOC.name,--Loading bar length(current)
|
tar=#VOC.name,--Current Loading bar length
|
||||||
tip=require("parts/getTip"),
|
tip=require("parts/getTip"),
|
||||||
list={
|
list={
|
||||||
#VOC.name,
|
#VOC.name,
|
||||||
|
|||||||
Reference in New Issue
Block a user