放宽dtw街机模式初始速度范围

This commit is contained in:
MrZ626
2021-09-27 16:53:35 +08:00
parent 96f8f2cb28
commit 4e0607b09c

View File

@@ -185,7 +185,7 @@ function reset()
if type(t)=='string'then
t=t:lower():match("^s=(%d+)$")
t=t and tonumber(t)and tonumber(t)*2
t=t and tonumber(t)>6.26 and tonumber(t)<=20 and t
t=t and tonumber(t)>=0 and tonumber(t)<=60 and t
end
rollSpeed=type(t)=='number'and t or 6.26