mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-05-01 20:44:25 +02:00
Cheer Readers - Fixed bug with poster and bop (#351)
This commit is contained in:
parent
33253e3c27
commit
52e2f7de07
@ -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…
x
Reference in New Issue
Block a user