This should update the state of the game.
@override void update(double dt) { _stopwatch.reset(); _stopwatch.start(); super.update(dt); _stopwatch.stop(); _updateTime = _stopwatch.elapsedMilliseconds; }