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:
2026-01-12 23:53:00 +01:00
parent 1b17e806ec
commit dad515a8a2
25 changed files with 24738 additions and 217 deletions

View File

@@ -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...');