summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--conf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.lua b/conf.lua
index f2c9a91..02212ae 100644
--- a/conf.lua
+++ b/conf.lua
@@ -7,5 +7,5 @@ function love.conf(t)
-- t.window.borderless = true
t.window.fullscreentype = "desktop"
t.window.fullscreen = true
- t.console = true
+ t.console = false
end \ No newline at end of file