main.lua 74 B

123
  1. function lovr.draw()
  2. lovr.graphics.print('hello world', 0, 1.7, -5)
  3. end