Skip to content

Commit

Permalink
Increase keyframe distances
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Nov 19, 2021
1 parent a2f8ed8 commit 23eecca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function module.new(ResX: number, ResY: number)
local offset = y - pixelStart - 1

if (delta > lossy) or (y-lastPixel > dist) then
table.insert(colorData, { p = offset - 0.02, c = lastColor })
table.insert(colorData, { p = offset - 0.08, c = lastColor })
colorCount += 1
end
table.insert(colorData, { p = offset, c = color })
Expand Down

0 comments on commit 23eecca

Please sign in to comment.