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)