From 324a960afbf0199f73ba931fd9b87f5368246154 Mon Sep 17 00:00:00 2001 From: Logen Kain Date: Sat, 13 May 2017 19:04:25 -0700 Subject: [PATCH] Love: Added nothing example --- love/nothing/main.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 love/nothing/main.lua diff --git a/love/nothing/main.lua b/love/nothing/main.lua new file mode 100644 index 0000000..7ca4f5b --- /dev/null +++ b/love/nothing/main.lua @@ -0,0 +1,4 @@ +function love.draw() + love.graphics.print("Hello World!", 400, 300) +end +