diff options
author | Aki <nthirtyone@gmail.com> | 2016-08-14 01:45:14 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-08-14 01:45:14 +0200 |
commit | 945ae5341182b9eecef15be5e97cdbc02005cb32 (patch) | |
tree | 8666f1e19be0b835fa095cad6fbbd4aba03b7bb1 | |
parent | a444f505dc2f4a7df686514209f92c525b0d3911 (diff) | |
download | roflnauts-945ae5341182b9eecef15be5e97cdbc02005cb32.zip roflnauts-945ae5341182b9eecef15be5e97cdbc02005cb32.tar.gz roflnauts-945ae5341182b9eecef15be5e97cdbc02005cb32.tar.bz2 |
revert confs
-rw-r--r-- | conf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |