dreva in kamni top

This commit is contained in:
2025-12-07 22:32:45 +01:00
parent 974141c08c
commit 6b8f9aee66
13 changed files with 384 additions and 90 deletions

View File

@@ -265,9 +265,10 @@ class GameScene extends Phaser.Scene {
);
}
// Terrain Culling
// Terrain Culling & Update
if (this.terrainSystem) {
this.terrainSystem.updateCulling(this.cameras.main);
this.terrainSystem.update(delta);
}
// Clouds