feat: particles and new bank
This commit is contained in:
parent
349552674d
commit
60265f3417
220 changed files with 13248 additions and 4917 deletions
|
@ -3,6 +3,7 @@ using Domain;
|
|||
using Presenter;
|
||||
using Presenter.SaveSystem;
|
||||
using UnityEngine;
|
||||
using View.Scene;
|
||||
using View.UI;
|
||||
|
||||
namespace View {
|
||||
|
@ -23,7 +24,9 @@ namespace View {
|
|||
|
||||
IRoseSpawner spawner = FindObjectOfType<RoseSpawner>();
|
||||
|
||||
ExpressionClick = new ExpressionClick(Score, inputCollections, spawner);
|
||||
IRoseGrow grow = FindObjectOfType<GrowParticlesSpawner>();
|
||||
|
||||
ExpressionClick = new ExpressionClick(Score, inputCollections, spawner, grow);
|
||||
|
||||
CustomInput = new CustomInput();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue