feat: new sounds
This commit is contained in:
parent
60265f3417
commit
cbc95ec2d3
20 changed files with 302 additions and 19 deletions
|
@ -3,6 +3,7 @@ using Domain;
|
|||
using Presenter;
|
||||
using Presenter.SaveSystem;
|
||||
using UnityEngine;
|
||||
using View.Collections;
|
||||
using View.Scene;
|
||||
using View.UI;
|
||||
|
||||
|
@ -25,8 +26,10 @@ namespace View {
|
|||
IRoseSpawner spawner = FindObjectOfType<RoseSpawner>();
|
||||
|
||||
IRoseGrow grow = FindObjectOfType<GrowParticlesSpawner>();
|
||||
IRoseGrow inputGrow = FindObjectOfType<ExpressionInput>();
|
||||
IRoseGrow growCollection = new RoseGrowCollection(new[] { grow, inputGrow });
|
||||
|
||||
ExpressionClick = new ExpressionClick(Score, inputCollections, spawner, grow);
|
||||
ExpressionClick = new ExpressionClick(Score, inputCollections, spawner, growCollection);
|
||||
|
||||
CustomInput = new CustomInput();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue