todo: spawn roses when loading

This commit is contained in:
Gerard Gascón 2024-04-17 00:53:54 +02:00
parent 60d20bfe4e
commit 08280fab9e

View file

@ -16,6 +16,8 @@ namespace Presenter.SaveSystem {
Score newScore = _repository.LoadScore();
_score.SetFromOtherScore(newScore);
_expressionInput.UpdateView(_score.Value, _score.GrowPercentage);
//spawn roses = _score.Value / (_score.SpawnRate * _score.GrowInteractions)
}
}
}