clear single achievement and fix achievement tab moving around

This commit is contained in:
madeline
2026-04-28 03:41:04 -07:00
parent 30b7087f30
commit ea528ed9d9
3 changed files with 30 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@ public:
void save();
void tick();
void clearAll();
void clearOne(const char* key);
std::vector<Achievement> getAchievements() const;
bool hasPendingUnlock() const { return !m_pendingUnlocks.empty(); }