tune(characters): adjust npc placement

This commit is contained in:
Tom Boullay
2026-05-31 23:35:39 +02:00
parent 4415faa1f1
commit 4b4162b7d2
+5 -5
View File
@@ -20,7 +20,7 @@ export const CHARACTER_CONFIGS = {
modelPath: "/models/electricienne-animated/model.gltf",
position: [-40.5, 0, 45.5],
rotation: [0, -0.35, 0],
scale: [1, 1, 1],
scale: [1.55, 1.55, 1.55],
animations: ["Dance"],
defaultAnimation: "Dance",
},
@@ -28,9 +28,9 @@ export const CHARACTER_CONFIGS = {
id: "gerant",
label: "Gerant",
modelPath: "/models/gerant-animated/model.gltf",
position: [59.5, 0, 64.64],
rotation: [0, 2.41, 0],
scale: [1, 1, 1],
position: [58, 0, 62.5],
rotation: [0, 1.83, 0],
scale: [1.55, 1.55, 1.55],
animations: ["idle", "walk"],
defaultAnimation: "idle",
},
@@ -40,7 +40,7 @@ export const CHARACTER_CONFIGS = {
modelPath: "/models/fermier-animated/model.gltf",
position: [-6.5, 0, -69.5],
rotation: [0, -1.18, 0],
scale: [1, 1, 1],
scale: [1.55, 1.55, 1.55],
animations: ["idle", "walk"],
defaultAnimation: "idle",
},