diff --git a/testexetrisathlon/Program.cs b/testexetrisathlon/Program.cs index 8f1d974..24bf12f 100644 --- a/testexetrisathlon/Program.cs +++ b/testexetrisathlon/Program.cs @@ -83,32 +83,34 @@ namespace testexetrisathlon intro.PlayLooping(); SetCursorPosition(0, 1); Write( - " ▀▀▀██████▄▄▄\r\n" + - " ▀▀▀████▄\r\n" + - " ▄███████▀ ▀███▄\r\n" + - " ▄███████▀ ▀███▄\r\n" + - " ▄████████ ███▄\r\n" + - " ██████████▄ ███▌\r\n" + - " ▀█████▀ ▀███▄ ▐███\r\n" + - " ▀█▀ ▀███▄ ▐███\r\n" + - " ▀███▄ ███▌\r\n" + - " ▄██▄ ▀███▄ ▐███\r\n" + - " ▄██████▄ ▀███▄███\r\n" + - " █████▀▀████▄▄ ▄█████\r\n" + - " ████▀ ▀▀█████▄▄▄▄█████████▄\r\n" + - " ▀▀ ▀▀██████▀▀ ▀▀██\r\n\r\n" + + " ▀▀▀██████▄▄▄\r\n" + + " ▀▀▀████▄\r\n" + + " ▄███████▀ ▀███▄\r\n" + + " ▄███████▀ ▀███▄\r\n" + + " ▄████████ ███▄\r\n" + + " ██████████▄ ███▌\r\n" + + " ▀█████▀ ▀███▄ ▐███\r\n" + + " ▀█▀ ▀███▄ ▐███\r\n" + + " ▀███▄ ███▌\r\n" + + " ▄██▄ ▀███▄ ▐███\r\n" + + " ▄██████▄ ▀███▄███\r\n" + + " █████▀▀████▄▄ ▄█████\r\n" + + " ████▀ ▀▀█████▄▄▄▄█████████▄\r\n" + + " ▀▀ ▀▀██████▀▀ ▀▀██\r\n\r\n" + - "testexetrisathlon v." + assembly.GetName().Version.ToString()); - SetCursorPosition(7, 18); + " testexetrisathlon v." + assembly.GetName().Version.ToString()); + SetCursorPosition(10, 18); WriteLine("Controls: Space"); - SetCursorPosition(8, 19); + SetCursorPosition(11, 19); WriteLine("Up, Down, Right"); - SetCursorPosition(8, 20); + SetCursorPosition(11, 20); WriteLine("Left"); - SetCursorPosition(7, 22); + SetCursorPosition(10, 22); WriteLine("Press s to start"); - SetCursorPosition(7, 23); + SetCursorPosition(10, 23); WriteLine("Press x to exit"); + SetCursorPosition(0, 26); + WriteLine("Icon made by Freepik from www.flaticon.com"); string tmp = ReadKey(true).KeyChar.ToString().ToLower(); switch (tmp) { diff --git a/testexetrisathlon/app.config b/testexetrisathlon/app.config index 312bb3f..3e0e37c 100644 --- a/testexetrisathlon/app.config +++ b/testexetrisathlon/app.config @@ -1,3 +1,3 @@ - + diff --git a/testexetrisathlon/testexetrisathlon.csproj b/testexetrisathlon/testexetrisathlon.csproj index 1811134..ec10c1b 100644 --- a/testexetrisathlon/testexetrisathlon.csproj +++ b/testexetrisathlon/testexetrisathlon.csproj @@ -7,7 +7,7 @@ Exe testexetrisathlon testexetrisathlon - v4.7.2 + v4.8 @@ -65,6 +65,9 @@ MinimumRecommendedRules.ruleset true + + tetris_yUxH6t_256px.ico + @@ -81,5 +84,8 @@ + + + \ No newline at end of file diff --git a/testexetrisathlon/tetris_yUxH6t_256px.ico b/testexetrisathlon/tetris_yUxH6t_256px.ico new file mode 100644 index 0000000..d51796c Binary files /dev/null and b/testexetrisathlon/tetris_yUxH6t_256px.ico differ