Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nczempin committed Apr 7, 2014
1 parent 5f45adc commit 62da118
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions state/intro.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,8 @@ o.draw = function()
local sy = love.window.getHeight()/o.imgBackground1:getHeight()
love.graphics.draw(o.imgBackground1, 0,0,0,sx,sy)
elseif o.phase == 2 then
love.graphics.setBlendMode("alpha")
-- love.graphics.setColor(95 + math.sin(o.effectTimer * 0.1) * 63, 191 + math.cos(o.effectTimer) * 31, 223 + math.sin(o.effectTimer) * 31, 255)
love.graphics.setColor(127, 127, 127)

love.graphics.draw(o.imgBackground2, love.window.getWidth() * 0.5 - o.imgBackground2:getWidth() * 0.5)
-- love.graphics.setColor(255, 127, 0)


love.graphics.printf(loremIpsum, love.window.getWidth()*0.25, 160, love.window.getWidth()*0.5, "left")
Expand Down

0 comments on commit 62da118

Please sign in to comment.