Kingdaro

lines example

May 25th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. local inc = 50 --the width of your spaces
  2.  
  3. for i=0, love.graphics.getHeight(), inc do
  4.     love.graphics.line(0,i*inc,love.graphics.getWidth(),i*inc)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment