phase 12 koncxana

This commit is contained in:
2025-12-08 14:16:24 +01:00
parent f3d476e843
commit 81a7895c10
11 changed files with 547 additions and 39 deletions

View File

@@ -280,6 +280,8 @@ class GameScene extends Phaser.Scene {
this.multiplayerSystem = new MultiplayerSystem(this);
this.worldEventSystem = new WorldEventSystem(this);
this.hybridSkillSystem = new HybridSkillSystem(this);
this.oceanSystem = new OceanSystem(this);
this.legacySystem = new LegacySystem(this);
// Initialize Sound Manager
console.log('🎵 Initializing Sound Manager...');