Love: Added nothing example

This commit is contained in:
Logen Kain 2017-05-13 19:04:25 -07:00
parent 4a670195df
commit 324a960afb

4
love/nothing/main.lua Normal file
View File

@ -0,0 +1,4 @@
function love.draw()
love.graphics.print("Hello World!", 400, 300)
end