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>();
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
"GUID:6055be8ebefd69e48b49212b09b47b2f",
|
||||
"GUID:1220ccfff01d26041a9bb8cd7ae584af",
|
||||
"GUID:58f2f98b0cec4e74998cb65ad59190b4",
|
||||
"GUID:246088dd927065946b1746223fef2142",
|
||||
"GUID:0c752da273b17c547ae705acf0f2adf2"
|
||||
"GUID:0c752da273b17c547ae705acf0f2adf2",
|
||||
"GUID:a8b14a26d6924d6bb65739ca56ae8187"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue