mirror of
https://github.com/TangentFoxy/love-pe.git
synced 2025-07-28 02:02:16 +00:00
Wrote icon changer GUI
This commit is contained in:
4
conf.lua
4
conf.lua
@@ -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)
|
||||
|
Reference in New Issue
Block a user