Art: Made all trees 40% smaller + apple tree simple 2D flat style

This commit is contained in:
2025-12-15 19:43:26 +01:00
parent 2d0ef6d8b9
commit be374c6237
6 changed files with 46 additions and 46 deletions

View File

@@ -82,6 +82,7 @@ class GameScene extends Phaser.Scene {
console.log('💾 Initializing Chunk Manager...');
this.chunkManager = new ChunkManager(this, 50); // 50x50 chunks
this.chunkManager.biomeSystem = this.biomeSystem; // Connect biomeSystem!
console.log('✅ Chunk Manager ready!');
// 🌈 PHASE 28: TRANSITION SYSTEM