feat(ui): Phase 8 UI/UX 개선 완료

- CombatLog 위젯 게임 화면에 통합
- HP/MP 바 추가 (HP < 20% 깜빡임 효과)
- SkillPanel 추가 (쿨타임 완료 시 glow 효과)
- combatLog 로컬라이제이션 (4개 언어)
- 테스트 수정 (skipOffstage 처리)
This commit is contained in:
JiWoong Sul
2025-12-17 18:52:24 +09:00
parent abcb89d334
commit 7c7f3b0d9e
13 changed files with 480 additions and 4 deletions

View File

@@ -93,6 +93,9 @@
"encumbrance": "Encumbrance",
"@encumbrance": { "description": "Encumbrance section title" },
"combatLog": "Combat Log",
"@combatLog": { "description": "Combat log panel title" },
"plotDevelopment": "Plot Development",
"@plotDevelopment": { "description": "Plot development panel title" },