feat: settings menu

This commit is contained in:
Gerard Gascón 2024-04-16 23:59:37 +02:00
parent aacc7c3955
commit 2be3b572fb
18 changed files with 3610 additions and 59 deletions

View file

@ -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>();