feat(hall-of-fame): 명예의 전당 대폭 개선 및 장비/아이템 직렬화
- HallOfFameEntry에 finalEquipmentDetails 추가 (상세 장비 정보) - EquipmentItem/ItemStats에 toJson/fromJson 직렬화 추가 - 명예의 전당 상세 다이얼로그 UI 대폭 개선 - Canvas 타운/워킹 애니메이션 컴포저 개선 - 캐릭터 생성 화면 UI 개선 - 게임 텍스트 다국어 지원 확장
This commit is contained in:
@@ -1284,6 +1284,12 @@ String get hofCombatStats {
|
||||
return 'Combat Stats';
|
||||
}
|
||||
|
||||
String get hofCharacterPreview {
|
||||
if (isKoreanLocale) return '캐릭터 미리보기';
|
||||
if (isJapaneseLocale) return 'キャラクタープレビュー';
|
||||
return 'Character Preview';
|
||||
}
|
||||
|
||||
String get buttonClose {
|
||||
if (isKoreanLocale) return '닫기';
|
||||
if (isJapaneseLocale) return '閉じる';
|
||||
|
||||
Reference in New Issue
Block a user