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.
-
wirago
- Prole
- Posts: 4
- Joined: Mon May 18, 2020 11:39 am
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?
-
ReFreezed
- Party member
- Posts: 612
- Joined: Sun Oct 25, 2015 11:32 pm
- Location: Sweden
-
Contact:
Post
by ReFreezed »
The image may be too big. Maybe try if a 32x32 or 16x16 image works. What OS are you using?
-
wirago
- Prole
- Posts: 4
- Joined: Mon May 18, 2020 11:39 am
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
Users browsing this forum: Google [Bot] and 7 guests