Skip to content

Score System

Martijn René van der Meer edited this page Mar 14, 2024 · 5 revisions

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

Clone this wiki locally