-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Je hebt feedback gekregen van RichardRam87
op:
// Update is called once per frame
void Update()
{
timerText.text = "Time left: " + Mathf.FloorToInt(timer.GetTimeLeft());
} URL: https://github.com/AlexJanson/Mythe/blob/master/Mythe-Nisse/Assets/Scripts/Score/TimeCounter.cs
Feedback: Let op dat je geen performance verspilt door updates te blijven doen met berekeningen als dit niet meer nodig is.
Metadata
Metadata
Assignees
Labels
No labels