Elijah P bf2ba45d4f
Added Löve (#824)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2020-10-06 16:22:16 +13:00

4 lines
74 B
Lua

function love.draw()
love.graphics.print("Hello World", 400, 300)
end