tune(characters): adjust npc placement
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user