整理代码

更多帧更新改为时间更新
微调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

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