fix(game): 부활 서비스 및 게임 화면 UI 수정
This commit is contained in:
@@ -134,7 +134,7 @@ class _CinematicViewState extends State<CinematicView>
|
||||
style: const TextStyle(
|
||||
color: Colors.white,
|
||||
fontSize: 18,
|
||||
fontFamily: 'monospace',
|
||||
fontFamily: 'JetBrainsMono',
|
||||
height: 1.5,
|
||||
),
|
||||
textAlign: TextAlign.center,
|
||||
@@ -214,7 +214,7 @@ class _AsciiArtDisplay extends StatelessWidget {
|
||||
style: const TextStyle(
|
||||
color: Colors.cyan,
|
||||
fontSize: 14,
|
||||
fontFamily: 'monospace',
|
||||
fontFamily: 'JetBrainsMono',
|
||||
height: 1.2,
|
||||
),
|
||||
textAlign: TextAlign.center,
|
||||
|
||||
@@ -114,7 +114,7 @@ class _LogEntryTile extends StatelessWidget {
|
||||
style: TextStyle(
|
||||
fontSize: 10,
|
||||
color: Theme.of(context).colorScheme.outline,
|
||||
fontFamily: 'monospace',
|
||||
fontFamily: 'JetBrainsMono',
|
||||
),
|
||||
),
|
||||
const SizedBox(width: 4),
|
||||
|
||||
@@ -102,7 +102,7 @@ class DeathOverlay extends StatelessWidget {
|
||||
Text(
|
||||
' _____\n / \\\n| () () |\n \\ ^ /\n |||||',
|
||||
style: TextStyle(
|
||||
fontFamily: 'monospace',
|
||||
fontFamily: 'JetBrainsMono',
|
||||
fontSize: 14,
|
||||
color: Theme.of(context).colorScheme.error,
|
||||
height: 1.0,
|
||||
@@ -369,7 +369,7 @@ class DeathOverlay extends StatelessWidget {
|
||||
style: TextStyle(
|
||||
fontSize: 11,
|
||||
color: color,
|
||||
fontFamily: 'monospace',
|
||||
fontFamily: 'JetBrainsMono',
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user