Bladeren bron

cleanup conf and vscode

John Dodis 1 jaar geleden
bovenliggende
commit
6d6f18a2cf
3 gewijzigde bestanden met toevoegingen van 8 en 13 verwijderingen
  1. 1 5
      .gitignore
  2. 7 0
      conf.lua
  3. 0 8
      conf.lua.lovr

+ 1 - 5
.gitignore

@@ -1,6 +1,2 @@
 .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.modules.joystick = false
 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