carakter
This commit is contained in:
@@ -350,10 +350,10 @@ class GameScene extends Phaser.Scene {
|
||||
console.log('📊 Initializing Unified Stats Panel...');
|
||||
this.unifiedStatsPanel = new UnifiedStatsPanel(this);
|
||||
|
||||
// NPC Spawner
|
||||
console.log('🧟 Initializing NPC Spawner...');
|
||||
this.npcSpawner = new NPCSpawner(this);
|
||||
this.npcSpawner.spawnInitialNPCs();
|
||||
// NPC Spawner - DISABLED (NPCs look like player duplicates)
|
||||
console.log('🧟 NPC Spawner - DISABLED');
|
||||
this.npcSpawner = null; // new NPCSpawner(this);
|
||||
// this.npcSpawner.spawnInitialNPCs();
|
||||
|
||||
// Easter Egg: Broken Scooter
|
||||
console.log('🛵 Spawning Scooter Easter Egg...');
|
||||
|
||||
Reference in New Issue
Block a user