main.lua 68 B

123
  1. function lovr.draw(pass)
  2. pass:text('hello world', 0, 1.7, -5)
  3. end