Skip to content

Commit

Permalink
Add achievements unlocked stat to StatsPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Nov 28, 2024
1 parent 2a468da commit 88f67d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/game/panels/stats/StatsPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
value: props.autoClicksPerSecond.toLocaleString(),
description: 'The number of automatic clicks generated per second',
},
{
name: 'Achievements Unlocked',
value: props.state.unlockedAchievements.length.toLocaleString(),
description: 'The number of unlocked/earned achievements',
},
],
);
</script>
Expand Down

0 comments on commit 88f67d9

Please sign in to comment.