Added Checkbox Parameter + Toggle Inputs Event

So now you can disable inputs if you need to :)
This commit is contained in:
Carson Kompon
2022-03-01 02:27:49 -05:00
parent daf19fae54
commit 687f2b53f4
8 changed files with 42 additions and 8 deletions

View File

@ -33,7 +33,7 @@ namespace RhythmHeavenMania.Games
{
if (aceTimes == 0)
{
if (triggersAutoplay && (GameManager.instance.autoplay || autoPlay) && normalizedBeat > 0.99f)
if (triggersAutoplay && (GameManager.instance.autoplay || autoPlay) && GameManager.instance.canInput && normalizedBeat > 0.99f)
{
OnAce();
if (!autoPlay)