mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
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:
parent
23f34715c4
commit
03cc2daf8c
BIN
src/resource/ico/game_x64 .ico
Normal file
BIN
src/resource/ico/game_x64 .ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 939 KiB |
BIN
src/resource/ico/launcher_x64.ico
Normal file
BIN
src/resource/ico/launcher_x64.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 980 KiB |
@ -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
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user