We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e282c commit 63b8a3cCopy full SHA for 63b8a3c
1 file changed
SadExperiments/Games/PacMan/Header.cs
@@ -29,7 +29,7 @@ static ColoredString GetTitle(string text) =>
29
30
public void PrintScore(int score)
31
{
32
- Surface.Print(_scorePosition, _scoreTitle + $"{score:000}");
+ Surface.Print(_scorePosition, _scoreTitle + $"{score:000} ");
33
}
34
35
public void PrintLives(int lives)
0 commit comments