Skip to content

Commit 6c6ff93

Browse files
authored
Merge pull request #24 from yago-gt/patch-1
Update init.lua
2 parents 04a2644 + ffc9c5b commit 6c6ff93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

o-ten-one/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,11 @@ function splashlib.new(init)
255255
end)
256256

257257
-- focus the heart, desaturate the rest
258-
timer.tween(0.2, self.stripes, {radius = 170})
258+
timer.tween(0.2, self.stripes, {radius = 170*love.graphics.getDPIScale()})
259259
timer.tween(0.4, self.stripes, {lighten = .06}, "quad")
260260
wait(0.2)
261261

262-
timer.tween(0.2, self.stripes, {radius = 70}, "out-back")
262+
timer.tween(0.2, self.stripes, {radius = 70*love.graphics.getDPIScale()}, "out-back")
263263
timer.tween(0.7, self.stripes, {shadow = .3}, "back")
264264
timer.tween(0.8, self.heart, {scale = 1}, "out-elastic", nil, 1, 0.3)
265265

0 commit comments

Comments
 (0)