impr: Replace achievement icons with font icons

(cherry picked from commit b23ce7ba18)
This commit is contained in:
WerWolv
2025-12-27 12:00:58 +01:00
parent 2e0cbd7285
commit db401ddf8e
32 changed files with 55 additions and 116 deletions

View File

@@ -8,6 +8,7 @@
#include <romfs/romfs.hpp>
#include <content/views/view_hashes.hpp>
#include <fonts/tabler_icons.hpp>
namespace hex::plugin::hashes {
@@ -29,6 +30,6 @@ IMHEX_PLUGIN_SETUP("Hashes", "WerWolv", "Hashing algorithms") {
AchievementManager::addAchievement<Achievement>("hex.builtin.achievement.misc", "hex.hashes.achievement.misc.create_hash.name")
.setDescription("hex.hashes.achievement.misc.create_hash.desc")
.setIcon(romfs::get("assets/achievements/fortune-cookie.png").span())
.setIcon(ICON_TA_CRYSTAL_BALL)
.addRequirement("hex.builtin.achievement.starting_out.open_file.name");
}