chore(electricienne): switch to idle/walk animations

Replaces the placeholder Dance animation set on the electricienne
character with the standard idle/walk loop used by the other animated
NPCs.
This commit is contained in:
Tom Boullay
2026-06-02 22:15:36 +02:00
parent 0f211cc169
commit 89050331df
+2 -2
View File
@@ -30,8 +30,8 @@ export const CHARACTER_CONFIGS = {
position: [-40.5, 0, 45.5], position: [-40.5, 0, 45.5],
rotation: [0, -0.35, 0], rotation: [0, -0.35, 0],
scale: [1.55, 1.55, 1.55], scale: [1.55, 1.55, 1.55],
animations: ["Dance"], animations: ["idle", "walk"],
defaultAnimation: "Dance", defaultAnimation: "idle",
}, },
gerant: { gerant: {
id: "gerant", id: "gerant",