WATER: Added animated isometric water with cyan surface, dark blue cliffs, sparkle points - river system complete

This commit is contained in:
2025-12-11 12:29:29 +01:00
parent f805603127
commit 02fdc702e9
2 changed files with 148 additions and 0 deletions

View File

@@ -801,5 +801,10 @@ class GameScene extends Phaser.Scene {
if (window.Antigravity) {
window.Antigravity.Update(this, delta);
}
// Terrain system update (za water animacijo)
if (this.terrainSystem) {
this.terrainSystem.update(Date.now(), delta);
}
}
}