整理代码

更多帧更新改为时间更新
微调cubes背景
微调音乐室ui
This commit is contained in:
MrZ626
2021-09-25 19:29:09 +08:00
parent da58578d33
commit fddb2db8c7
9 changed files with 104 additions and 106 deletions

View File

@@ -295,7 +295,7 @@ end
local function _update_common(dt)
--Update control
touchMoveLastFrame=false
VK.update()
VK.update(dt)
--Update players
for p=1,#PLAYERS do PLAYERS[p]:update(dt)end