stanje 4am

This commit is contained in:
2025-12-07 04:19:57 +01:00
parent 521468c797
commit 03a9cd46a2
20 changed files with 619 additions and 168 deletions

View File

@@ -21,8 +21,9 @@ class ParallaxSystem {
console.log('🌄 ParallaxSystem: Initialized');
// Layer 1: Sky/Hills (Distant background)
this.createSkyLayer();
this.createDistantHills();
// Layer 1: Sky/Hills (Disabled by request)
// this.createSkyLayer();
// this.createDistantHills();
// Layer 4: Foreground overlay (High grass patches)
this.createForegroundGrass();