Skip to content

Commit

Permalink
#2 feat: 콘솔 글자 색 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
juyonLee00 committed Aug 18, 2023
1 parent f37f738 commit ae98b5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DungeonConsole/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ static void DisplayGameIntro()
Console.WriteLine("스파르타 마을에 오신 여러분 환영합니다.");
Console.WriteLine("이곳에서 전전으로 들어가기 전 활동을 할 수 있습니다.");
Console.WriteLine();
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine("1. 상태보기");
Console.ResetColor();
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("2. 인벤토리");
Console.ResetColor();
Console.WriteLine();
Console.WriteLine("원하시는 행동을 입력해주세요.");

Expand Down

0 comments on commit ae98b5f

Please sign in to comment.