summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--conf.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.lua b/conf.lua
index 02212ae..94b5203 100644
--- a/conf.lua
+++ b/conf.lua
@@ -5,7 +5,8 @@ function love.conf(t)
-- t.window.width = 320*3
-- t.window.height = 180*3
-- t.window.borderless = true
+ t.identity = "not-nautz"
t.window.fullscreentype = "desktop"
t.window.fullscreen = true
t.console = false
-end \ No newline at end of file
+end