test: main model
This commit is contained in:
parent
f721cee708
commit
859d34e3bb
5 changed files with 114 additions and 13 deletions
|
@ -16,7 +16,7 @@ namespace Presenter {
|
|||
_model.AddScore();
|
||||
_view.UpdateView(_model.Score);
|
||||
|
||||
if (_model.NeedsToSpawn()) {
|
||||
if (_model.NeedsToSpawn) {
|
||||
_spawner.SpawnRose();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue