fix: animator not locking itself if changing percentage before ending

This commit is contained in:
Gerard Gascón 2024-04-18 16:59:01 +02:00
parent 2b17041d49
commit 9d5f64fd19
17 changed files with 138 additions and 75 deletions

View file

@ -15,7 +15,7 @@ namespace View {
public LoadGame Loader { private set; get; }
private void Awake() {
Score = new Score(20, 5);
Score = new Score(10, 10);
IExpressionInput input = FindObjectOfType<ExpressionInput>();
IExpressionInput visibility = FindObjectOfType<UIVisibility>();