Skip to content

Commit

Permalink
Altera visibilidade do grid
Browse files Browse the repository at this point in the history
  • Loading branch information
MFerreira3 committed Aug 8, 2017
1 parent 5167116 commit 75968d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ end

function drawGridLine(lineNumber, pos, vert)
-- Aplica cor dos décimos
love.graphics.setColor(255, 255, 255, 100)
love.graphics.setColor(255, 255, 255, 55)

if lineNumber == 0 or lineNumber % 10 == 0 then
-- Cor das unidades
love.graphics.setColor(255, 255, 255, 255)
love.graphics.setColor(255, 255, 255, 100)
end

-- Desenha a linha
Expand Down

0 comments on commit 75968d8

Please sign in to comment.