feat: hide title when game starts
This commit is contained in:
parent
0bed7bbea4
commit
58ec07b1a0
5 changed files with 42 additions and 8 deletions
|
@ -13,7 +13,10 @@ namespace View {
|
|||
Model = new Model(0);
|
||||
|
||||
IExpressionInput input = FindObjectOfType<ExpressionInput>();
|
||||
ExpressionClick = new ExpressionClick(Model, input);
|
||||
IExpressionInput visibility = FindObjectOfType<UIVisibility>();
|
||||
IExpressionInput inputCollections = new ExpressionInputCollection(new[] { input, visibility });
|
||||
|
||||
ExpressionClick = new ExpressionClick(Model, inputCollections);
|
||||
|
||||
CustomInput = new CustomInput();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue