This commit is contained in:
2025-12-13 00:02:38 +01:00
parent 93757fc8c4
commit 0b65d86e65
34 changed files with 13572 additions and 1210 deletions

View File

@@ -135,6 +135,26 @@
<script src="src/systems/DyslexiaSupportSystem.js"></script> <!-- Dyslexia Support -->
<script src="src/systems/ADHDAutismSupportSystem.js"></script> <!-- ADHD/Autism Support -->
<script src="src/systems/MotorAccessibilitySystem.js"></script> <!-- Motor Accessibility -->
<script src="src/systems/VisualEnhancementSystem.js"></script> <!-- Visual Enhancements -->
<script src="src/systems/FogOfWarSystem.js"></script> <!-- Fog of War -->
<script src="src/systems/UIGraphicsSystem.js"></script> <!-- UI Graphics & Achievements -->
<script src="src/systems/BuildingVisualsSystem.js"></script> <!-- Building Animations & Genetics -->
<script src="src/systems/SkillTreeSystem.js"></script> <!-- Skill Tree & Progression -->
<script src="src/systems/CraftingTiersSystem.js"></script> <!-- Crafting Tiers & Tools -->
<script src="src/systems/FarmAutomationSystem.js"></script> <!-- Farm Automation & Workers -->
<script src="src/systems/AnimalBreedingSystem.js"></script> <!-- Animal Breeding & Genetics -->
<script src="src/systems/AutomationTierSystem.js"></script> <!-- Automation Tiers -->
<script src="src/systems/BreedingUISystem.js"></script> <!-- Breeding UI & Family Tree -->
<script src="src/systems/CookingSystem.js"></script> <!-- Cooking & Recipes -->
<script src="src/systems/FishingSystem.js"></script> <!-- Fishing & Minigame -->
<script src="src/systems/WorkerCreaturesSystem.js"></script> <!-- Worker Creatures -->
<script src="src/systems/MiningDungeonsSystem.js"></script> <!-- Mining & Dungeons -->
<script src="src/systems/BossBattlesSystem.js"></script> <!-- Boss Battles -->
<script src="src/systems/StoryQuestSystem.js"></script> <!-- Story & Quests -->
<script src="src/systems/MultiplayerSocialSystem.js"></script> <!-- Multiplayer & Social -->
<script src="src/systems/TechnicalPerformanceSystem.js"></script> <!-- Technical & Performance -->
<script src="src/systems/PlatformSupportSystem.js"></script> <!-- Platform Support -->
<script src="src/systems/SaveSystemExpansion.js"></script> <!-- Save System Expansion -->
<script src="src/systems/CameraSystem.js"></script> <!-- Camera System (Trailer/Screenshots) -->
<!-- Entities -->