phase 11 part1

This commit is contained in:
2025-12-08 12:30:15 +01:00
parent 3336b59e7d
commit 07f0752d81
15 changed files with 1383 additions and 133 deletions

View File

@@ -99,6 +99,12 @@
<!-- Multiplayer -->
<script src="https://cdn.socket.io/4.7.2/socket.io.min.js"></script>
<script src="src/systems/MultiplayerSystem.js"></script>
<script src="src/systems/ZombieWorkerSystem.js"></script> <!-- Zombie Worker AI -->
<script src="src/systems/GraveSystem.js"></script> <!-- Grave/Rest System -->
<script src="src/systems/ScooterRepairSystem.js"></script> <!-- Scooter Repair -->
<script src="src/systems/ExpansionSystem.js"></script> <!-- Zone Expansion -->
<script src="src/systems/BlueprintSystem.js"></script> <!-- Blueprints -->
<script src="src/systems/WorkstationSystem.js"></script> <!-- Furnaces & Machines -->
<!-- Entities -->
<script src="src/entities/Player.js"></script>