-
Notifications
You must be signed in to change notification settings - Fork 1
Score System
Martijn René van der Meer edited this page Mar 14, 2024
·
5 revisions
The player will score points based on the remaining time of the order times the amount of correct dishes from that order
ScoreManager.cs
Methods | Return | Description |
---|---|---|
+ IncreaseScore(int)
|
void |
Increases the TotalScore by the scoreIncrease param amount and changes the scoreText to match. Gets the Parameter from the NpcOrdering.cs script |