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

@ -11,7 +11,7 @@ namespace View {
public CustomInput CustomInput { private set; get; }
private void Awake() {
Model = new Model(20);
Model = new Model(20, 5);
IExpressionInput input = FindObjectOfType<ExpressionInput>();
IExpressionInput visibility = FindObjectOfType<UIVisibility>();