Shortened TGM+ credit roll
parent
0c95f025ad
commit
dbb829e92c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue