Skip to content

Commit

Permalink
gravity clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyPatten committed Dec 1, 2023
1 parent cca9c02 commit 586fe21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Projects/Gravity/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
GameState gameState = GameState.Default;
(int X, int Y) PlayerPosition = GetStartingPlayerPositionFromLevel();

Console.WriteLine("""
Console.Write("""

██████╗ ██████╗ █████╗ ██╗ ██╗██╗████████╗██╗ ██╗
██╔════╝ ██╔══██╗██╔══██╗██║ ██║██║╚══██╔══╝╚██╗ ██╔╝
Expand Down
2 changes: 1 addition & 1 deletion Projects/Website/Games/Gravity/Gravity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public async Task Run()
GameState gameState = GameState.Default;
(int X, int Y) PlayerPosition = GetStartingPlayerPositionFromLevel();

await Console.WriteLine("""
await Console.Write("""

██████╗ ██████╗ █████╗ ██╗ ██╗██╗████████╗██╗ ██╗
██╔════╝ ██╔══██╗██╔══██╗██║ ██║██║╚══██╔══╝╚██╗ ██╔╝
Expand Down

0 comments on commit 586fe21

Please sign in to comment.