Added Löve (#824)

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Elijah P
2020-10-05 20:22:16 -07:00
committed by GitHub
parent 6a2a256cb5
commit bf2ba45d4f
2 changed files with 5 additions and 1 deletions

3
l/Löve.lua Normal file
View File

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