Initial commit

This commit is contained in:
Justin van der Leij 2018-01-25 15:19:31 +01:00
commit 58549d6b0a
14 changed files with 665 additions and 0 deletions

9
conf.lua Normal file
View file

@ -0,0 +1,9 @@
function love.conf(t)
t.identity = "Platformer"
t.version = "0.10.2"
t.console = true
t.window.vsync = false
t.window.width = 720
t.window.height = 720
end