Score System - Team-Swamp/IceBites GitHub Wiki

Overview

The player will score points based on the remaining time of the order times the amount of correct dishes from that order

Usage

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

Source