Achievements: Display missable/progression/win icons

This commit is contained in:
Stenzek
2024-01-13 14:34:57 +10:00
parent e2e85a06cd
commit da9e3064c2
4 changed files with 34 additions and 5 deletions

View File

@ -326,3 +326,6 @@
#define ICON_PF_EXIT_QUIT_LEAVE "\xF0\x9F\x9A\xAA"
#define ICON_PF_INFORMATION "\xF0\x9F\x9B\x88"
#define ICON_PF_SHOPPING_CART "\xF0\x9F\x9B\x92"
#define ICON_PF_ACHIEVEMENTS_PROGRESSION "\xE2\x8E\xB2"
#define ICON_PF_ACHIEVEMENTS_MISSABLE "\xE2\x8E\xB3"
#define ICON_PF_ACHIEVEMENTS_WIN "\xE2\x8E\xB4"