Skip to content

Commit 23eecca

Browse files
committed
Increase keyframe distances
1 parent a2f8ed8 commit 23eecca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function module.new(ResX: number, ResY: number)
139139
local offset = y - pixelStart - 1
140140

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

0 commit comments

Comments
 (0)