mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
Cheer Readers - Fixed bug with poster and bop (#351)
This commit is contained in:
parent
3a84c7c9bd
commit
9cedd02c5f
1 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ namespace HeavenStudio.Games.Scripts_CheerReaders
|
||||||
canOpenBook = true;
|
canOpenBook = true;
|
||||||
BaseAnim.DoScaledAnimationAsync(bookIsWhite ? "SpinfromWhite" : "SpinfromBlack", 0.5f);
|
BaseAnim.DoScaledAnimationAsync(bookIsWhite ? "SpinfromWhite" : "SpinfromBlack", 0.5f);
|
||||||
bookIsOpen = true;
|
bookIsOpen = true;
|
||||||
noBop = false;
|
noBop = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void StopSpinBook()
|
public void StopSpinBook()
|
||||||
|
@ -181,7 +181,7 @@ namespace HeavenStudio.Games.Scripts_CheerReaders
|
||||||
posterBook.SetActive(true);
|
posterBook.SetActive(true);
|
||||||
BaseAnim.DoScaledAnimationAsync("OpenBook", 0.5f);
|
BaseAnim.DoScaledAnimationAsync("OpenBook", 0.5f);
|
||||||
bookIsOpen = true;
|
bookIsOpen = true;
|
||||||
noBop = false;
|
noBop = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue