From 21f197705d06fe4838ecfa6786c6d94e60c6669d Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Fri, 16 Jan 2015 16:17:55 -0800 Subject: [PATCH] weird Linux bug --- src/conf.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf.lua b/src/conf.lua index 4a8eeb4..38cd352 100644 --- a/src/conf.lua +++ b/src/conf.lua @@ -3,6 +3,7 @@ function love.conf(t) --t.version = "0.9.0" -- The LÖVE version this game was made for (string) t.console = true -- Attach a console (boolean, Windows only) + t.window = {} t.window.title = "SpaceLove v0.0.0.whatever" -- The window title (string) t.window.icon = nil -- Filepath to an image to use as the window's icon (string) t.window.width = 1280 -- The window width (number)