Posted Friday, 18 November, 2011 - 23:06 by makeout
Does the icon need to be in a specific format? Or do I need to set it before I create the window?
I tried stepping in the code and noticed it does seem to apply my icon. But i keep getting the interrogation point.
Again thanks for the quick reply. Thats the last bit keeping me from completing my game.
Comments
Re: Icons under linux
Yes, you can change the icon on linux, using the GameWindow.Icon property.
Note that this changes the window icon, not the file icon. (To change the file icon you need to use a [application name].desktop file, IIRC).
Re: Icons under linux
Does the icon need to be in a specific format? Or do I need to set it before I create the window?
I tried stepping in the code and noticed it does seem to apply my icon. But i keep getting the interrogation point.
Again thanks for the quick reply. Thats the last bit keeping me from completing my game.