Resolve WES-88 "Scoreboard"
This commit is contained in:
committed by
Jelle De Geest
parent
45f545b13f
commit
c78ef0e773
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user