gameplay所有基本功能都装了,加入了全局警告。加入飘字等各种东西。
This commit is contained in:
@@ -21,6 +21,7 @@ public class readyLetsGo : MonoBehaviour
|
||||
|
||||
// Prevent re-entry / accidental double-play
|
||||
private bool isPlaying = false;
|
||||
public bool IsSequencePlaying => isPlaying;
|
||||
private float lastPlayedTime = -10f;
|
||||
[Tooltip("Minimum seconds between automatic replays of the sequence")]
|
||||
public float replayCooldown = -9999f; // set to negative to prevent replays
|
||||
|
||||
Reference in New Issue
Block a user