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-