Skip to content

Commit

Permalink
Merge pull request #24 from yago-gt/patch-1
Browse files Browse the repository at this point in the history
Update init.lua
  • Loading branch information
s-ol authored Oct 17, 2019
2 parents 04a2644 + ffc9c5b commit 6c6ff93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions o-ten-one/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@ function splashlib.new(init)
end)

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

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

Expand Down

0 comments on commit 6c6ff93

Please sign in to comment.