整理代码,部分只用到一次的DOGC移出TEXTURE模块

This commit is contained in:
MrZ626
2021-05-21 11:18:23 +08:00
parent fa0dc1f946
commit 152aa0406e
4 changed files with 29 additions and 32 deletions

View File

@@ -540,12 +540,12 @@ function love.run()
TASK.update()
WS.update(dt)
VOC.update()
BG.update(dt)--BG animation
BG.update(dt)
SYSFX.update(dt)
WIDGET.update()--Widgets animation
if SCN.update then SCN.update(dt)end--Scene updater
if SCN.swapping then SCN.swapUpdate()end--Scene swapping animation
TEXT.update()--Update global texts animation
WIDGET.update()
if SCN.update then SCN.update(dt)end
if SCN.swapping then SCN.swapUpdate()end
TEXT.update()
LOG.update()
--DRAW