From acde652ee738b495ab57130b6d4946e1c25a5587 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 12 Jul 2026 00:31:47 +0200 Subject: [PATCH] Tourismustal: Editor-Export Runde 3 (Badesee) Badesee 47/22 + Solar-Positionen L1-L4. Co-Authored-By: Claude Opus 4.8 (1M context) --- App/sims/tourismustal/js/iso.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/App/sims/tourismustal/js/iso.js b/App/sims/tourismustal/js/iso.js index f088b57..8a05eab 100644 --- a/App/sims/tourismustal/js/iso.js +++ b/App/sims/tourismustal/js/iso.js @@ -53,7 +53,7 @@ export const SPRITE_DEFS = { playground: { w: 58, bottom: 9 }, // Hinweis: Bus bleibt bewusst Vektor (dynamische Fahrtrichtung). trail: { w: 48, bottom: 8 }, - badesee: { w: 74, bottom: 12 }, + badesee: { w: 47, bottom: 22 }, bus: { w: 46, bottom: 3 }, fir: { w: 42, bottom: 6 }, fir_snow: { w: 42, bottom: 6 }, @@ -121,6 +121,10 @@ export const SOLAR_POS = { 'mega_badesee@L2': { dx: 52, dy: -6, s: 1.6 }, 'mega_badesee@L3': { dx: 57, dy: -5, s: 1.6 }, 'mega_badesee@L4': { dx: 57, dy: -4, s: 1.6 }, + 'badesee@L1': { dx: -28, dy: -2, s: 1 }, + 'badesee@L2': { dx: -28, dy: -3, s: 1 }, + 'badesee@L3': { dx: -27, dy: -3, s: 1 }, + 'badesee@L4': { dx: -27, dy: -3, s: 1 }, }; // Feinjustierung aus dem Editor (editor.html): überschreibt SPRITE_DEFS-