Shortened TGM+ credit roll

pull/4/head
Ishaan Bhardwaj 2021-07-07 18:23:23 -04:00
parent 0c95f025ad
commit dbb829e92c
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ function TGMPlusGame:getGarbageLimit() return 13 - math.floor(self.level / 100)
function TGMPlusGame:advanceOneFrame()
if self.clear then
self.roll_frames = self.roll_frames + 1
if self.roll_frames > 3694 then
if self.roll_frames > 1800 then
self.completed = true
end
elseif self.ready_frames == 0 then