la correction de merde x)
🔍 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:
math-pixel
2026-06-02 20:54:16 +02:00
parent 5177f43d96
commit eb5d4076d1
3 changed files with 5 additions and 5 deletions
Binary file not shown.
Binary file not shown.
@@ -16,7 +16,7 @@ import {
} from "@/data/gameplay/pylonConfig"; } from "@/data/gameplay/pylonConfig";
import { pylonStraighteningSignal } from "@/components/gameplay/pylon/pylonSignals"; 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 { export function PylonDownedPylon(): React.JSX.Element | null {
const mainState = useGameStore((state) => state.mainState); const mainState = useGameStore((state) => state.mainState);