mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
Crop Stomp: Scrolling stops when paused.
This commit is contained in:
parent
34d8d9fc8d
commit
e106c34041
1 changed files with 1 additions and 1 deletions
|
@ -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