mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-25 17:19:02 -06:00
Small fix in Final J to account for taller board height
This commit is contained in:
parent
b5ef6d52af
commit
0c95f025ad
@ -59,7 +59,7 @@ function JokerGame:getLockDelay()
|
|||||||
else return math.max(math.ceil(30 - (self.level - 200) / 7), 15) end
|
else return math.max(math.ceil(30 - (self.level - 200) / 7), 15) end
|
||||||
end
|
end
|
||||||
|
|
||||||
function JokerGame:getGravity() return 20 end
|
function JokerGame:getGravity() return 21 end
|
||||||
|
|
||||||
function JokerGame:advanceOneFrame(inputs, ruleset)
|
function JokerGame:advanceOneFrame(inputs, ruleset)
|
||||||
if self.ready_frames == 0 then
|
if self.ready_frames == 0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user