From 89050331df4cad9fc8606c76beaf2f5910ecca12 Mon Sep 17 00:00:00 2001 From: Tom Boullay Date: Tue, 2 Jun 2026 22:15:36 +0200 Subject: [PATCH] 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. --- src/data/world/characters/characterConfig.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/world/characters/characterConfig.ts b/src/data/world/characters/characterConfig.ts index 579cb55..1cae831 100644 --- a/src/data/world/characters/characterConfig.ts +++ b/src/data/world/characters/characterConfig.ts @@ -30,8 +30,8 @@ export const CHARACTER_CONFIGS = { position: [-40.5, 0, 45.5], rotation: [0, -0.35, 0], scale: [1.55, 1.55, 1.55], - animations: ["Dance"], - defaultAnimation: "Dance", + animations: ["idle", "walk"], + defaultAnimation: "idle", }, gerant: { id: "gerant",