Improve level-up animation and unit audio assets

This commit is contained in:
2026-06-24 15:23:26 +09:00
parent 44c017ab6c
commit 384ce7725c
8 changed files with 308 additions and 54 deletions

View File

@@ -8,6 +8,7 @@ import combatImpactUrl from '../../assets/audio/sfx/combat-impact.mp3';
import expGainUrl from '../../assets/audio/sfx/exp-gain.mp3';
import footstepWalkUrl from '../../assets/audio/sfx/footstep-walk.mp3';
import horseGallopUrl from '../../assets/audio/sfx/horse-gallop.mp3';
import levelUpUrl from '../../assets/audio/sfx/level-up.wav';
import strategyCastUrl from '../../assets/audio/sfx/strategy-cast.mp3';
import swordSlashUrl from '../../assets/audio/sfx/sword-slash.mp3';
import uiSelectUrl from '../../assets/audio/sfx/ui-select.mp3';
@@ -27,6 +28,7 @@ export const effectTracks = {
'strategy-cast': strategyCastUrl,
'cart-roll': cartRollUrl,
'exp-gain': expGainUrl,
'level-up': levelUpUrl,
'footstep-walk': footstepWalkUrl,
'horse-gallop': horseGallopUrl
} as const;