微调staff滚动速度
提升一位赞助人
This commit is contained in:
@@ -23,13 +23,13 @@ return{
|
||||
{font=65,name="猫宫"},
|
||||
{font=65,name="Notypey"},
|
||||
{font=65,name="亮君"},
|
||||
{font=65,name="gggf127"},
|
||||
{font=65,name="柴影"},
|
||||
{font=65,name="怀沙"},
|
||||
{font=65,name="星街书婉"},
|
||||
|
||||
{font=25,name="八零哥"},
|
||||
{font=25,name="蕴空之灵"},
|
||||
{font=25,name="gggf127"},
|
||||
{font=25,name="solainu"},
|
||||
{font=25,name="ThTsOd"},
|
||||
{font=25,name="Fireboos"},
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user