Resolve WES-88 "Scoreboard"

This commit is contained in:
Helena Van Breugel
2023-03-26 18:01:51 +00:00
committed by Jelle De Geest
parent 45f545b13f
commit c78ef0e773
4 changed files with 4126 additions and 13 deletions

View File

@@ -370,6 +370,8 @@ public partial class GameController : MonoBehaviour
/// <param name="successful">true if the letter was correctly signed, false otherwise</param>
public void NextLetter(bool successful)
{
if (gameEnded) { return; }
// Change color of current letter (skip spaces)
if (successful)
{