From eb5d4076d145060f8869feaa1c5dabbd49bd18cd Mon Sep 17 00:00:00 2001 From: math-pixel <59537610+math-pixel@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:54:16 +0200 Subject: [PATCH] la correction de merde x) --- public/models/ebike/model.bin | 4 ++-- public/models/ebike/model.gltf | 4 ++-- src/components/gameplay/pylon/PylonDownedPylon.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/models/ebike/model.bin b/public/models/ebike/model.bin index 437a2c7..872a8d9 100644 --- a/public/models/ebike/model.bin +++ b/public/models/ebike/model.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8fdf5f011bdb4b1842a81c75ae7e37bf3bbd2cae1638e94c839eff9088115ce4 -size 258 +oid sha256:c40a3e0a6a1a7101e5b6d05ae88f3f46cd54271b4617c2aaec805e4bca1fb437 +size 2152008 diff --git a/public/models/ebike/model.gltf b/public/models/ebike/model.gltf index 4b94915..53b91f2 100644 --- a/public/models/ebike/model.gltf +++ b/public/models/ebike/model.gltf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5dd2f3faee9f6c5a22b1024353c422b39ee6432558f8cde2f6287cf4bdcd5868 -size 255 +oid sha256:7e1b7c581c3416a2563f20a8331021e09e0861973bf615b5e13f343a5b71757e +size 80265 diff --git a/src/components/gameplay/pylon/PylonDownedPylon.tsx b/src/components/gameplay/pylon/PylonDownedPylon.tsx index 11458b4..ff7bd74 100644 --- a/src/components/gameplay/pylon/PylonDownedPylon.tsx +++ b/src/components/gameplay/pylon/PylonDownedPylon.tsx @@ -16,7 +16,7 @@ import { } from "@/data/gameplay/pylonConfig"; import { pylonStraighteningSignal } from "@/components/gameplay/pylon/pylonSignals"; -const PYLON_MODEL_PATH = "/models/pylone/model.gltf"; +const PYLON_MODEL_PATH = "/models/pylone/model.glb"; export function PylonDownedPylon(): React.JSX.Element | null { const mainState = useGameStore((state) => state.mainState);