Godot Program Icons

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By AfterCadaver

Icon Troubles

I have been using rcedit for adding and replacing icons for my games. I had been wondering how the icons that I added to my games get decided. I had found out that my icons were showing up but only if they were large or extra-large. Otherwise, the icon displays the Godot icon.

How can I fix this?

:bust_in_silhouette: Reply From: Calinou

I had found out that my icons were showing up but only if they were large or extra-large. Otherwise, the icon displays the Godot icon.

Windows executables can bundle many icon sizes. If you only replace some sizes, the Godot icon will be kept for the other sizes.

Also, note that Windows (and other OSes) keep an icon cache, which can cause outdated icons to be displayed if you re-export an executable with the same name. To avoid this, always export your executable with a different name when testing icon changes.

Can you tell me how to use Godot to replace the other icon sizes?

AfterCadaver | 2019-10-27 01:19