eventSet可以修改所有参数

整理代码
This commit is contained in:
MrZ626
2021-08-31 00:42:52 +08:00
parent 3114d3a27d
commit f252ed63d5
19 changed files with 110 additions and 128 deletions

View File

@@ -1,6 +1,10 @@
local gc=love.graphics
return{
drop=.5,
lock=1e99,
wait=5,
fall=30,
mesDisp=function(P)
PLY.draw.drawProgress(P.stat.row,P.modeData.target)
@@ -37,11 +41,6 @@ return{
end
end,
task=function(P)
P.gameEnv.drop=.5
P.gameEnv.lock=1e99
P.gameEnv.wait=5
P.gameEnv.fall=30
P.modeData.target=10
P.modeData.bpm=120
P.modeData.beatFrame=30