PHASE 20 COMPLETE: Achievement System - auto-tracking, fancy popups, 8 achievements (harvest, gold, kills, days, etc)

This commit is contained in:
2025-12-11 13:34:25 +01:00
parent c81435a65a
commit e43c1c848b
2 changed files with 322 additions and 0 deletions

View File

@@ -111,6 +111,7 @@
<script src="src/systems/PerennialCropSystem.js"></script>
<script src="src/systems/MountSystem.js"></script>
<script src="src/systems/SteamIntegrationSystem.js"></script>
<script src="src/systems/AchievementTriggers.js"></script>
<script src="src/systems/StarterChestSystem.js"></script>
<script src="src/systems/GemDropSystem.js"></script>