fix: animator not locking itself if changing percentage before ending
This commit is contained in:
parent
2b17041d49
commit
9d5f64fd19
17 changed files with 138 additions and 75 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue