mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 18:55:07 +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;
|
||||
BaseAnim.DoScaledAnimationAsync(bookIsWhite ? "SpinfromWhite" : "SpinfromBlack", 0.5f);
|
||||
bookIsOpen = true;
|
||||
noBop = false;
|
||||
noBop = true;
|
||||
}
|
||||
|
||||
public void StopSpinBook()
|
||||
|
@ -181,7 +181,7 @@ namespace HeavenStudio.Games.Scripts_CheerReaders
|
|||
posterBook.SetActive(true);
|
||||
BaseAnim.DoScaledAnimationAsync("OpenBook", 0.5f);
|
||||
bookIsOpen = true;
|
||||
noBop = false;
|
||||
noBop = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue