Added functionality to UI

This commit is contained in:
2026-01-23 10:20:38 +00:00
parent 24d6625ef5
commit 78ca35334b
3 changed files with 151 additions and 228 deletions

View File

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