Added the death background

This commit is contained in:
Pasha Bibko
2026-01-22 11:53:06 +00:00
parent 254f999a19
commit 54f170555c
2 changed files with 89 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ namespace InterfaceOff.WorldScene
else
{
FinalScoreText.text = $"Your final score is: {Score:F1}";
FinalScoreText.text = $"Your final score is: {Score:F1}, Press SPACE to continue";
ScoreText.text = null;
}
}