Klimawaechter 2D: Canvas-Fix + alle Massnahmen sichtbar + Vulkan flacher

- Canvas-Fix: min-height:450px + overflow:visible (Canvas war unsichtbar)
- Neue Renderer: Radwege (Fahrraeder), Mangroven, Sand-Aufschuettung,
  Kohlekraftwerk, Flughafen (mit fliegendem Flugzeug), Wolkenimpfung
- Vulkan: flacher (120→95), breiter, weiter im Hintergrund
- Eiskegel: breiter, deckt braune Raender komplett ab

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-14 10:29:37 +02:00
parent 00df599197
commit b2721d759c
2 changed files with 103 additions and 7 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
/* === CENTER: Game Canvas + Controls === */
.center { display:flex; flex-direction:column; gap:.6rem; }
.canvas-wrap { background:var(--white); border-radius:14px; border:1px solid rgba(0,0,0,.05); overflow:hidden; box-shadow:0 4px 16px rgba(0,0,0,.05); position:relative; }
.canvas-wrap { background:var(--white); border-radius:14px; border:1px solid rgba(0,0,0,.05); overflow:visible; box-shadow:0 4px 16px rgba(0,0,0,.05); position:relative; min-height:450px; }
/* Tutorial Overlay */
.tutorial-overlay { position:absolute; inset:0; background:rgba(15,30,40,.85); backdrop-filter:blur(8px); display:flex; align-items:center; justify-content:center; z-index:10; padding:1.5rem; }