SLOVENSKI VOICEOVER - Complete in 12 files generated

This commit is contained in:
2026-01-04 13:40:24 +01:00
parent 49b2b741e7
commit f88f2c4cae
29 changed files with 906 additions and 40 deletions

View File

@@ -131,6 +131,7 @@
<script src="src/systems/CollectionSystem.js"></script>
<script src="src/systems/HybridSkillSystem.js"></script>
<script src="src/systems/DialogueSystem.js"></script> <!-- 💬 NPC Conversations -->
<script src="src/systems/VoiceoverSystem.js"></script> <!-- 🎤 Ana's Voice & Flashbacks -->
<script src="src/systems/TwinBondSystem.js"></script> <!-- 💞 Twin Bond (Kai ↔ Ana) -->
<script src="src/systems/OceanSystem.js"></script>
<script src="src/systems/VisualEffectsSystem.js"></script>
@@ -228,7 +229,22 @@
<script src="src/systems/AutomationSystem.js"></script> <!-- ⚙️ P29: Full automation -->
<script src="src/systems/InventorySystemExpanded.js"></script> <!-- 🎒 P30: 50 slots -->
<!-- 🆕 JAN 04 SYSTEMS - New Game Mechanics -->
<script src="src/systems/SleepSystem.js"></script> <!-- 💤 Sleep & Energy -->
<script src="src/systems/CraftingTablesSystem.js"></script> <!-- 🔨 Crafting Tables -->
<script src="src/systems/BakeryShopSystem.js"></script> <!-- 🥖 Bakery Shop -->
<script src="src/systems/BarberShopSystem.js"></script> <!-- 💈 Barber Shop -->
<script src="src/systems/LawyerOfficeSystem.js"></script> <!-- ⚖️ Lawyer Office -->
<script src="src/systems/ZombieMinerAutomationSystem.js"></script> <!-- ⛏️ Zombie Miners -->
<script src="src/systems/TownGrowthSystem.js"></script> <!-- 🏘️ Town Growth -->
<script src="src/systems/NPCPrivacySystem.js"></script> <!-- 🏠 NPC Privacy -->
<script src="src/systems/MasterGameSystemsManager.js"></script> <!-- 🎮 Master Coordinator -->
<!-- 🧪 TEST SCENE -->
<script src="src/scenes/SystemsTestScene.js"></script>
<script src="src/scenes/GameScene.js"></script>
<script src="src/game.js"></script>
</body>