Small fix in Final J to account for taller board height

pull/4/head
Ishaan Bhardwaj 2021-07-04 12:34:20 -04:00
parent b5ef6d52af
commit 0c95f025ad
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ function JokerGame:getLockDelay()
else return math.max(math.ceil(30 - (self.level - 200) / 7), 15) end
end
function JokerGame:getGravity() return 20 end
function JokerGame:getGravity() return 21 end
function JokerGame:advanceOneFrame(inputs, ruleset)
if self.ready_frames == 0 then