diff --git a/conf.lua b/conf.lua deleted file mode 100644 index 2fafd4c..0000000 --- a/conf.lua +++ /dev/null @@ -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