From 3d3395f8f436e6710ad6dd1e837b25fdbdf541c6 Mon Sep 17 00:00:00 2001 From: nucular Date: Sat, 31 May 2014 16:21:30 +0200 Subject: [PATCH] Don't show the console --- conf.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/conf.lua b/conf.lua index 36c68d8..fcb4669 100644 --- a/conf.lua +++ b/conf.lua @@ -1,5 +1,4 @@ function love.conf(t) - t.console = true t.window.width = 640 t.window.height = 480 t.window.title = "sfxr.lua Demo"