微调staff滚动速度

提升一位赞助人
This commit is contained in:
MrZ626
2021-08-15 16:13:27 +08:00
parent 21fc6505ff
commit ba09d9440f
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ local counter
function scene.sceneInit()
time=0
v=1
v=12
BG.set()
names={}
counter=26
@@ -50,7 +50,7 @@ function scene.update(dt)
if(kb.isDown("space","return")or tc.getTouches()[1])and v<6.26 then
v=v+.26
elseif v>1 then
v=v-.26
v=v-.16
end
time=time+v*dt
counter=counter-1