test: main model

This commit is contained in:
Gerard Gascón 2024-04-16 14:24:07 +02:00
parent f721cee708
commit 859d34e3bb
5 changed files with 114 additions and 13 deletions

View file

@ -16,7 +16,7 @@ namespace Presenter {
_model.AddScore();
_view.UpdateView(_model.Score);
if (_model.NeedsToSpawn()) {
if (_model.NeedsToSpawn) {
_spawner.SpawnRose();
}
}