upatde; config ebike
🔍 Lint / 🪄 Check lint (push) Has been cancelled
🔍 Lint / 🎨 Check format (push) Has been cancelled
🔍 Lint / 🔎 Typecheck (push) Has been cancelled
📊 Quality / 🔒 Security Audit (push) Has been cancelled
📊 Quality / 📋 Dependency Freshness (push) Has been cancelled
📊 Quality / 📦 Bundle Size (push) Has been cancelled
🔍 Lint / 🏗 Build (push) Has been cancelled

This commit is contained in:
Tom Boullay
2026-06-03 01:48:31 +02:00
parent c75c4e0be6
commit 62d0dcf531
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ export function Ebike({
const interactionLabel =
mainState === "ebike"
? "Lancer le repair game"
? "Lancer le Repair Game"
: movementMode === "walk"
? "Monter sur le bike"
: "Descendre du bike";
+1 -1
View File
@@ -19,7 +19,7 @@ export const EBIKE_WORLD_POSITION: Vector3Tuple = [68, 0.8, 65];
export const EBIKE_WORLD_ROTATION_Y = -2.5;
export const EBIKE_WORLD_SCALE = 0.35;
export const EBIKE_INTRO_BREAKDOWN_DISTANCE = 450;
export const EBIKE_INTRO_BREAKDOWN_DISTANCE = 50;
export const EBIKE_BREAKDOWN_DIALOGUE_DELAY_MS = 250;
export const EBIKE_ACCELERATION_DURATION_MS = 2000;