eventSet可以修改所有参数
整理代码
This commit is contained in:
@@ -2,6 +2,10 @@ local gc=love.graphics
|
||||
local dropSpeed={[0]=40,33,27,20,16,12,11,10,9,8,7,6,5,4,3,3,2,2,1,1}
|
||||
|
||||
return{
|
||||
drop=40,
|
||||
lock=1e99,
|
||||
wait=20,
|
||||
fall=90,
|
||||
mesDisp=function(P)
|
||||
PLY.draw.drawProgress(P.stat.row,P.modeData.target)
|
||||
|
||||
@@ -32,11 +36,6 @@ return{
|
||||
end
|
||||
end,
|
||||
task=function(P)
|
||||
P.gameEnv.drop=40
|
||||
P.gameEnv.lock=1e99
|
||||
P.gameEnv.wait=20
|
||||
P.gameEnv.fall=90
|
||||
|
||||
P.modeData.target=10
|
||||
P.modeData.bpm=40
|
||||
P.modeData.beatFrame=90
|
||||
|
||||
Reference in New Issue
Block a user