mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 08:37:37 +02:00
Crop Stomp: Scrolling stops when paused.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user