todo: spawn roses when loading
This commit is contained in:
parent
60d20bfe4e
commit
08280fab9e
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ namespace Presenter.SaveSystem {
|
||||||
Score newScore = _repository.LoadScore();
|
Score newScore = _repository.LoadScore();
|
||||||
_score.SetFromOtherScore(newScore);
|
_score.SetFromOtherScore(newScore);
|
||||||
_expressionInput.UpdateView(_score.Value, _score.GrowPercentage);
|
_expressionInput.UpdateView(_score.Value, _score.GrowPercentage);
|
||||||
|
|
||||||
|
//spawn roses = _score.Value / (_score.SpawnRate * _score.GrowInteractions)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue