From 1a7dc6c7b9e36872a5ad45122aa5f34f532ed7ab Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 10 Oct 2016 12:02:18 +0200 Subject: Identity added --- conf.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf.lua') 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 -- cgit v1.1