Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. function love.draw()
  2. love.graphics.setColor(0.8, 0.5, 0.1)
  3. love.graphics.print('hello, world', 20, 20)
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement