Window Icon does not change
Posted: Sun May 24, 2020 12:26 pm
So I am trying to change the window icon accordiung to https://love2d.org/wiki/Config_Files
The icon.png is a fairly simple 64x64px 6kb .png file. But the game icon still stays the same default Löve2D icon.
Any suggestions what's wrong?
Code: Select all
function love.conf(t)
[...]
t.window.icon = 'graphics/icon.png'
end
Any suggestions what's wrong?