mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 17:09:02 -06:00
Shortened TGM+ credit roll
This commit is contained in:
parent
0c95f025ad
commit
dbb829e92c
@ -106,7 +106,7 @@ function TGMPlusGame:getGarbageLimit() return 13 - math.floor(self.level / 100)
|
|||||||
function TGMPlusGame:advanceOneFrame()
|
function TGMPlusGame:advanceOneFrame()
|
||||||
if self.clear then
|
if self.clear then
|
||||||
self.roll_frames = self.roll_frames + 1
|
self.roll_frames = self.roll_frames + 1
|
||||||
if self.roll_frames > 3694 then
|
if self.roll_frames > 1800 then
|
||||||
self.completed = true
|
self.completed = true
|
||||||
end
|
end
|
||||||
elseif self.ready_frames == 0 then
|
elseif self.ready_frames == 0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user