Fixed the love.run loop and moved it into its own file. Fixed examples

This commit is contained in:
Justin van der Leij 2018-04-06 23:53:37 +02:00
parent afe6573b18
commit 42213fcdf9
8 changed files with 208 additions and 3 deletions

4
main.lua Normal file
View file

@ -0,0 +1,4 @@
local file = "examples.simpleDrawing"
-- local file = "examples.baseLayout.main"
require(file)