Complete Asset Audit JAN 12 2026 - 3477 images cataloged, new asset gallery with all images, DNEVNIK and GAME_BIBLE updated
This commit is contained in:
@@ -798,7 +798,8 @@ class GameScene extends Phaser.Scene {
|
||||
// this.waterRipples = new WaterRipplesSystem(this);
|
||||
|
||||
// 💡 LIGHTING & SHADOW SYSTEM
|
||||
console.log('💡 Initializing Lighting & Shadow System...');
|
||||
console.log('💡 Initializing Lighting & Shadow System... (DISABLED FOR DEBUG)');
|
||||
/*
|
||||
this.lightingSystem = new LightingSystem(this);
|
||||
|
||||
// Create player shadow
|
||||
@@ -806,6 +807,7 @@ class GameScene extends Phaser.Scene {
|
||||
this.lightingSystem.createShadow(this.player, 12, 30, 15);
|
||||
this.lightingSystem.createPlayerTorch(this.player); // Auto-torch at night
|
||||
}
|
||||
*/
|
||||
|
||||
// 🌬️ WEATHER ENHANCEMENTS SYSTEM
|
||||
console.log('🌬️ Initializing Weather Enhancements System...');
|
||||
@@ -965,8 +967,8 @@ class GameScene extends Phaser.Scene {
|
||||
this.visualEnhancements = new VisualEnhancementSystem(this);
|
||||
|
||||
// Initialize Fog of War System
|
||||
console.log('🌫️ Initializing Fog of War System...');
|
||||
this.fogOfWar = new FogOfWarSystem(this);
|
||||
console.log('🌫️ Initializing Fog of War System... (DISABLED FOR DEBUG)');
|
||||
// this.fogOfWar = new FogOfWarSystem(this);
|
||||
|
||||
// Initialize UI Graphics System
|
||||
console.log('🎨 Initializing UI Graphics System...');
|
||||
|
||||
Reference in New Issue
Block a user