weird Linux bug

This commit is contained in:
Paul Liverman III
2015-01-16 16:17:55 -08:00
parent 29c1e247d2
commit 21f197705d

View File

@@ -3,6 +3,7 @@ function love.conf(t)
--t.version = "0.9.0" -- The LÖVE version this game was made for (string) --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.console = true -- Attach a console (boolean, Windows only)
t.window = {}
t.window.title = "SpaceLove v0.0.0.whatever" -- The window title (string) 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.icon = nil -- Filepath to an image to use as the window's icon (string)
t.window.width = 1280 -- The window width (number) t.window.width = 1280 -- The window width (number)