\ Phase 28 Session 5: Rivers & Lakes Complete - RiverSystem + LakeSystem with biome-aware water rendering"

This commit is contained in:
2025-12-15 19:23:57 +01:00
parent 61f968be6c
commit 2d0ef6d8b9
8 changed files with 949 additions and 8 deletions

View File

@@ -104,6 +104,8 @@
<script src="src/systems/BiomeSystem.js"></script> <!-- 🌍 Phase 28: Biomes -->
<script src="src/systems/ChunkManager.js"></script> <!-- 💾 Phase 28: Chunk Loading -->
<script src="src/systems/TransitionSystem.js"></script> <!-- 🌈 Phase 28: Smooth Transitions -->
<script src="src/systems/RiverSystem.js"></script> <!-- 🌊 Phase 28: Rivers -->
<script src="src/systems/LakeSystem.js"></script> <!-- 🏞️ Phase 28: Lakes -->
<script src="src/systems/WorldEventSystem.js"></script>
<script src="src/systems/QuestSystem.js"></script>
<!-- DayNightSystem merged into WeatherSystem -->