Crop Stomp: Scrolling stops when paused.

This commit is contained in:
Jenny Crowe 2022-02-28 00:08:33 -07:00
parent 34d8d9fc8d
commit e106c34041
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace RhythmHeavenMania.Games.CropStomp
private int currentMarchBeat;
private int stepCount;
public bool isMarching => marchStartBeat != -1f;
public bool isMarching => marchStartBeat != -1f && Conductor.instance.isPlaying;
public Animator legsAnim;
public Transform farmerTrans;