feat: settings menu
This commit is contained in:
parent
aacc7c3955
commit
2be3b572fb
18 changed files with 3610 additions and 59 deletions
|
@ -11,7 +11,7 @@ namespace View {
|
|||
public CustomInput CustomInput { private set; get; }
|
||||
|
||||
private void Awake() {
|
||||
Model = new Model(1, 5);
|
||||
Model = new Model(20, 5);
|
||||
|
||||
IExpressionInput input = FindObjectOfType<ExpressionInput>();
|
||||
IExpressionInput visibility = FindObjectOfType<UIVisibility>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue