feat(engine): achievements screen (press A to toggle)
Adds a full-screen overlay listing all achievements with unlock status. Unlocked achievements show in gold with a check mark; locked ones are greyed out. Secret achievements that are still locked are hidden. Header shows unlocked/total count. Press A again to dismiss. Two new unit tests: spawns on first A press, dismisses on second. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -23,7 +23,7 @@ pub mod table_plugin;
|
||||
pub mod time_attack_plugin;
|
||||
pub mod weekly_goals_plugin;
|
||||
|
||||
pub use achievement_plugin::{AchievementPlugin, AchievementsResource};
|
||||
pub use achievement_plugin::{AchievementPlugin, AchievementsResource, AchievementsScreen};
|
||||
pub use challenge_plugin::{
|
||||
challenge_progress_label, ChallengeAdvancedEvent, ChallengePlugin, CHALLENGE_UNLOCK_LEVEL,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user