Page 1 of 1

Window Icon does not change

Posted: Sun May 24, 2020 12:26 pm
by wirago
So I am trying to change the window icon accordiung to https://love2d.org/wiki/Config_Files

Code: Select all

function love.conf(t)
    [...]
    t.window.icon = 'graphics/icon.png'
end
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?

Re: Window Icon does not change

Posted: Mon May 25, 2020 3:58 am
by ReFreezed
The image may be too big. Maybe try if a 32x32 or 16x16 image works. What OS are you using?

Re: Window Icon does not change

Posted: Mon May 25, 2020 9:44 am
by wirago
ReFreezed wrote: Mon May 25, 2020 3:58 am The image may be too big. Maybe try if a 32x32 or 16x16 image works. What OS are you using?
Tried with 32x32 and 16x16. No changes
Using Win10

EDIT:
Nvm. it works at the PC of one of my colleagus with the 64x64 icon. Need to check stuff on my side as it seems