mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-24 06:19:03 -06:00
Turns out I corrected some of the delays too far the other way.
This commit is contained in:
parent
31b0f60475
commit
0e7a2bb9fe
BIN
dist/win32/OpenAL32.dll
vendored
Normal file
BIN
dist/win32/OpenAL32.dll
vendored
Normal file
Binary file not shown.
BIN
dist/win32/SDL2.dll
vendored
Normal file
BIN
dist/win32/SDL2.dll
vendored
Normal file
Binary file not shown.
BIN
dist/win32/love.dll
vendored
Normal file
BIN
dist/win32/love.dll
vendored
Normal file
Binary file not shown.
BIN
dist/win32/lua51.dll
vendored
Normal file
BIN
dist/win32/lua51.dll
vendored
Normal file
Binary file not shown.
BIN
dist/win32/mpg123.dll
vendored
Normal file
BIN
dist/win32/mpg123.dll
vendored
Normal file
Binary file not shown.
BIN
dist/win32/msvcp120.dll
vendored
Normal file
BIN
dist/win32/msvcp120.dll
vendored
Normal file
Binary file not shown.
BIN
dist/win32/msvcr120.dll
vendored
Normal file
BIN
dist/win32/msvcr120.dll
vendored
Normal file
Binary file not shown.
BIN
dist/windows/OpenAL32.dll
vendored
Normal file
BIN
dist/windows/OpenAL32.dll
vendored
Normal file
Binary file not shown.
BIN
dist/windows/SDL2.dll
vendored
Normal file
BIN
dist/windows/SDL2.dll
vendored
Normal file
Binary file not shown.
BIN
dist/windows/love.dll
vendored
Normal file
BIN
dist/windows/love.dll
vendored
Normal file
Binary file not shown.
BIN
dist/windows/lua51.dll
vendored
Normal file
BIN
dist/windows/lua51.dll
vendored
Normal file
Binary file not shown.
BIN
dist/windows/mpg123.dll
vendored
Normal file
BIN
dist/windows/mpg123.dll
vendored
Normal file
Binary file not shown.
BIN
dist/windows/msvcp120.dll
vendored
Normal file
BIN
dist/windows/msvcp120.dll
vendored
Normal file
Binary file not shown.
BIN
dist/windows/msvcr120.dll
vendored
Normal file
BIN
dist/windows/msvcr120.dll
vendored
Normal file
Binary file not shown.
@ -35,9 +35,9 @@ function MarathonA2Game:new()
|
||||
end
|
||||
|
||||
function MarathonA2Game:getARE()
|
||||
if self.level < 700 then return 28
|
||||
elseif self.level < 800 then return 19
|
||||
else return 15 end
|
||||
if self.level < 700 then return 27
|
||||
elseif self.level < 800 then return 18
|
||||
else return 14 end
|
||||
end
|
||||
|
||||
function MarathonA2Game:getLineARE()
|
||||
@ -54,11 +54,11 @@ function MarathonA2Game:getDasLimit()
|
||||
end
|
||||
|
||||
function MarathonA2Game:getLineClearDelay()
|
||||
if self.level < 500 then return 41
|
||||
elseif self.level < 600 then return 26
|
||||
elseif self.level < 700 then return 17
|
||||
elseif self.level < 800 then return 13
|
||||
else return 7 end
|
||||
if self.level < 500 then return 40
|
||||
elseif self.level < 600 then return 25
|
||||
elseif self.level < 700 then return 16
|
||||
elseif self.level < 800 then return 12
|
||||
else return 6 end
|
||||
end
|
||||
|
||||
function MarathonA2Game:getLockDelay()
|
||||
|
@ -46,7 +46,7 @@ function SurvivalA2Game:getDasLimit()
|
||||
end
|
||||
|
||||
function SurvivalA2Game:getLineClearDelay()
|
||||
return self:getLineARE()
|
||||
return self:getLineARE() - 2
|
||||
end
|
||||
|
||||
function SurvivalA2Game:getLockDelay()
|
||||
|
Loading…
Reference in New Issue
Block a user