feat(ui): UI 컴포넌트 및 위젯 개선

- 게임 플레이 화면 개선
- 캐로셀 네비게이션 개선
- 각 페이지 위젯 스타일 통일
- 레트로 스타일 공통 위젯 개선
This commit is contained in:
JiWoong Sul
2025-12-31 17:47:02 +09:00
parent e679abd0d8
commit ff4ad4c9e7
34 changed files with 171 additions and 149 deletions

View File

@@ -363,7 +363,7 @@ class _NewCharacterScreenState extends State<NewCharacterScreen> {
),
const SizedBox(width: 8),
Text(
'DEBUG: TURBO MODE (100x)',
'DEBUG: TURBO MODE (20x)',
style: TextStyle(
fontFamily: 'PressStart2P',
fontSize: 8,