This commit is contained in:
2025-12-12 10:17:21 +01:00
parent 84b07bb433
commit a210638002
30 changed files with 3731 additions and 999 deletions

View File

@@ -127,6 +127,7 @@
<script src="src/systems/GraveSystem.js"></script> <!-- Grave/Rest System -->
<script src="src/systems/ScooterRepairSystem.js"></script> <!-- Scooter Repair -->
<script src="src/systems/WorkstationSystem.js"></script> <!-- Furnaces & Machines -->
<script src="src/systems/NPCSpawner.js"></script> <!-- NPC Spawner -->
<!-- Entities -->
<script src="src/entities/Player.js"></script>