Browse Source

cleanup conf and vscode

John Dodis 1 year ago
parent
commit
6d6f18a2cf
3 changed files with 8 additions and 13 deletions
  1. 1 5
      .gitignore
  2. 7 0
      conf.lua
  3. 0 8
      conf.lua.lovr

+ 1 - 5
.gitignore

@@ -1,6 +1,2 @@
 .vscode
 .vscode
-.vscode.lovr
-.vscode.love
-.conf
-.conf.lovr
-.conf.love
+conf.lua

+ 7 - 0
conf.lua

@@ -5,3 +5,10 @@ function love.conf( t )
 	t.console = true
 	t.console = true
 	t.modules.joystick = false
 	t.modules.joystick = false
 end
 end
+
+-- function lovr.conf( t )
+-- 	t.headset = false
+-- 	t.window.resizable = true
+-- 	t.window.width = 1300
+-- 	t.window.height = 600
+-- end

+ 0 - 8
conf.lua.lovr

@@ -1,8 +0,0 @@
-function lovr.conf( t )
-	t.headset = false
-	-- t.headset.drivers = {'desktop'}
-	-- t.graphics.debug = true
-	t.window.resizable = true
-	t.window.width = 1300
-	t.window.height = 600
-end