Skip to content
Snippets Groups Projects
Commit d7a3adec authored by DarkGod's avatar DarkGod
Browse files

speed

parent dbb3ca3f
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ function _M:innerDisplay(x, y, nb_keyframes)
local txt = self.list[i]
self:displayCredit(txt, x, y)
txt.y = txt.y - nb_keyframes * 15
txt.y = txt.y - nb_keyframes * 1.5
if i == #self.list and txt.y < game.h then
if credits[self.next_credit] ~= nil then
local t = self:makeEntry(credits[self.next_credit])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment