Window Icon does not change

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
wirago
Prole
Posts: 4
Joined: Mon May 18, 2020 11:39 am

Window Icon does not change

Post 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?
User avatar
ReFreezed
Party member
Posts: 612
Joined: Sun Oct 25, 2015 11:32 pm
Location: Sweden
Contact:

Re: Window Icon does not change

Post by ReFreezed »

The image may be too big. Maybe try if a 32x32 or 16x16 image works. What OS are you using?
Tools: Hot Particles, LuaPreprocess, InputField, (more) Games: Momento Temporis
"If each mistake being made is a new one, then progress is being made."
wirago
Prole
Posts: 4
Joined: Mon May 18, 2020 11:39 am

Re: Window Icon does not change

Post 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
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 154 guests