feat: load system
This commit is contained in:
parent
5d470a57af
commit
60d20bfe4e
20 changed files with 421 additions and 67 deletions
|
@ -16,7 +16,7 @@ namespace Presenter {
|
|||
|
||||
public void Execute() {
|
||||
_score.Add();
|
||||
_view.UpdateView(_score.Value);
|
||||
_view.UpdateView(_score.Value, _score.GrowPercentage);
|
||||
|
||||
if (CanSpawn)
|
||||
_spawner.SpawnRose();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue