Resource: add new icons for game and launcher executable

New images are remade with vector assets to improve the quality on all resolutions of the icons. Previous ones reportedly looked pixelated/distorted on lower DPI's. Icon's contain resolutions for all Windows editions starting from Windows 7 until Windows 11.
This commit is contained in:
Kawe Mazidjatari 2024-06-10 21:48:41 +02:00
parent 23f34715c4
commit 03cc2daf8c
3 changed files with 1 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 939 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 980 KiB

View File

@ -55,11 +55,7 @@ END
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
#ifdef RELEASE
IDI_ICON1 ICON "..\\resource\\ico\\sdklauncher_rel.ico"
#else
IDI_ICON1 ICON "..\\resource\\ico\\sdklauncher_dbg.ico"
#endif
IDI_ICON1 ICON "..\\resource\\ico\\launcher_x64.ico"
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////