Crop Stomp: Scrolling stops when paused.
This commit is contained in:
parent
8b4b1cac1a
commit
4ea1e3f1ff
|
@ -19,7 +19,7 @@ namespace RhythmHeavenMania.Games.CropStomp
|
||||||
private int currentMarchBeat;
|
private int currentMarchBeat;
|
||||||
private int stepCount;
|
private int stepCount;
|
||||||
|
|
||||||
public bool isMarching => marchStartBeat != -1f;
|
public bool isMarching => marchStartBeat != -1f && Conductor.instance.isPlaying;
|
||||||
|
|
||||||
public Animator legsAnim;
|
public Animator legsAnim;
|
||||||
public Transform farmerTrans;
|
public Transform farmerTrans;
|
||||||
|
|
Loading…
Reference in a new issue