aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/godot.ico
Commit message (Collapse)AuthorAgeFilesLines
* Make the Windows icon file smallerHugo Locurcio2017-06-201-0/+0
| | | | This results in slightly more compact Godot Windows binaries.
* Use new icons everywhereTimo Schwarzer2017-05-281-0/+0
| | | | Closes #8879
* Icon: Remove more grey capsules behind official logoRémi Verschelde2016-05-301-0/+0
|
* Add icon to exe file in windows exportmasoud bh2015-11-091-0/+0
add version_info and icon sections in "export to windows platform". add version_info and icon to godot exe file (editor & template exe). fix an problem in image class. change all default icons to android export icon (a little more rounded). create an python script for convert file to cpp byte array for use in 'splash.h'.