diff --git a/frontend/src/views/minigames/TaxiGame.vue b/frontend/src/views/minigames/TaxiGame.vue index c7fa147..b2a4991 100644 --- a/frontend/src/views/minigames/TaxiGame.vue +++ b/frontend/src/views/minigames/TaxiGame.vue @@ -4035,10 +4035,10 @@ export default { // Basierend auf den korrigierten Koordinaten: // Links: sichtbar: 145/294 - 150/313 - if (approaches.left) ctx.fillRect(145, 294, thickness, 19); + if (approaches.left) ctx.fillRect(145, 250, thickness, 62); // Rechts: sichtbar: 150/186 - 355/293 - if (approaches.right) ctx.fillRect(350, 186, thickness, 107); + if (approaches.right) ctx.fillRect(350, 186, thickness, 62); // Unten: von Straßenmitte (250) bis rechter Rand (312) if (approaches.bottom) ctx.fillRect(250, 360, 62, thickness);