Merge branch 'development' into 'WES-81-justsign'

# Conflicts:
#   Assets/SpellingBee/Scripts/GameController.cs
This commit is contained in:
Lukas Van Rossem
2023-03-16 18:45:35 +00:00
78 changed files with 183 additions and 5597 deletions

View File

@@ -193,16 +193,6 @@ public class GameController : MonoBehaviour
/// </summary>
public GameObject scoreboardEntry;
/// <summary>
/// Score class TODO: Move to separate file
/// </summary>
[Serializable]
public class Score
{
public int scoreValue;
public string time;
}
/// <summary>
/// Start is called before the first frame update