#Problem with SVG image
1 messages · Page 1 of 1 (latest)
are you using a sprite2d
Does an icon appear in the game window when you launch it?
No
No i don't use it
No it doesn't
Then it must mean Godot was using that icon.svg file for the game icon.
You may be able to change it from Project>Settings
That is why it is still trying to load it.
And does it affect the elements of my game because of this error ?
Or it's just an error that only affect the logo
Nah, it is purely a cosmetic issue.
You can check how to set a new icon here if you want:
https://docs.godotengine.org/en/latest/tutorials/export/changing_application_icon_for_windows.html
By default, the exported project's icon will be the Godot icon. You will most likely want to change that for your project. There are two types of icons that can be changed on Windows: the file icon...
You can also set it from code