Add icons (#34)
* Removed unused latolatin fonts * Add icons Co-Authored-By: LJSTAR <31629427+ljstarbird@users.noreply.github.com> --------- Co-authored-by: LJSTAR <31629427+ljstarbird@users.noreply.github.com>
@@ -289,7 +289,7 @@ if (WIN32)
|
||||
LINK_FLAGS_MINSIZEREL "/SUBSYSTEM:WINDOWS /ENTRY:mainCRTStartup"
|
||||
)
|
||||
|
||||
# target_sources(BanjoRecompiled PRIVATE ${CMAKE_SOURCE_DIR}/icons/app.rc)
|
||||
target_sources(BanjoRecompiled PRIVATE ${CMAKE_SOURCE_DIR}/icons/app.rc)
|
||||
target_link_libraries(BanjoRecompiled PRIVATE SDL2 Winmm.lib)
|
||||
endif()
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 9.9 KiB |
|
After Width: | Height: | Size: 753 B |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
@@ -0,0 +1,6 @@
|
||||
1 ICON DISCARDABLE "512.ico"
|
||||
2 ICON DISCARDABLE "256.ico"
|
||||
3 ICON DISCARDABLE "128.ico"
|
||||
4 ICON DISCARDABLE "64.ico"
|
||||
5 ICON DISCARDABLE "32.ico"
|
||||
6 ICON DISCARDABLE "16.ico"
|
||||
@@ -216,10 +216,6 @@ public:
|
||||
bool fallback_face;
|
||||
};
|
||||
FontFace font_faces[] = {
|
||||
{"LatoLatin-Regular.ttf", false},
|
||||
{"LatoLatin-Italic.ttf", false},
|
||||
{"LatoLatin-Bold.ttf", false},
|
||||
{"LatoLatin-BoldItalic.ttf", false},
|
||||
{"Suplexmentary Comic NC.ttf", false},
|
||||
{"NotoEmoji-Regular.ttf", true},
|
||||
{"promptfont/promptfont.ttf", false},
|
||||
|
||||