Skip to content

Commit

Permalink
fix: blink issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 27, 2024
1 parent 4907a77 commit 530c201
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/stage/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,14 @@ export default defineConfig({
}

const hiyoriEmotions = {
Idle: [
{
File: 'motion/hiyori_m01.motion3.json',
},
{
File: 'motion/hiyori_m05.motion3.json',
},
],
EmotionHappy: [{ File: 'motion/hiyori_m08.motion3.json' }],
EmotionSad: [{ File: 'motion/hiyori_m10.motion3.json' }],
EmotionAngry: [{ File: 'motion/hiyori_m09.motion3.json' }],
Expand Down

0 comments on commit 530c201

Please sign in to comment.