Wrote icon changer GUI

This commit is contained in:
RamiLego4Game
2018-05-14 11:02:06 +03:00
parent 80783f9ab5
commit 55464ff847
2 changed files with 62 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ function love.conf(t)
t.audio.mixwithsystem = true -- Keep background music playing when opening LOVE (boolean, iOS and Android only)
t.window.title = "LÖVE-Icon-Changer" -- The window title (string)
t.window.title = "LÖVE Icon-Changer" -- The window title (string)
t.window.icon = nil -- Filepath to an image to use as the window's icon (string)
t.window.width = 300 -- The window width (number)
t.window.height = 200 -- The window height (number)
@@ -26,7 +26,7 @@ function love.conf(t)
t.window.x = nil -- The x-coordinate of the window's position in the specified display (number)
t.window.y = nil -- The y-coordinate of the window's position in the specified display (number)
t.window = nil
--t.window = nil
t.modules.audio = false -- Enable the audio module (boolean)
t.modules.data = true -- Enable the data module (boolean)