Delete conf.lua

This commit is contained in:
Justin van der Leij 2018-04-06 12:29:22 +02:00 committed by GitHub
parent d96b3ded5c
commit bad5e2c0ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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