mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 13:47:38 +02:00
Editor: Song offset!
This commit is contained in:
@ -160,7 +160,7 @@ namespace RhythmHeavenMania.Games.RhythmTweezers
|
||||
|
||||
// Move both vegetables to the left by vegDupeOffset, then reset their positions.
|
||||
// On position reset, reset state of core vegetable.
|
||||
transitionTween = VegetableHolder.DOLocalMoveX(-vegDupeOffset, Conductor.instance.secPerBeat * 0.5f)
|
||||
transitionTween = VegetableHolder.DOLocalMoveX(-vegDupeOffset, Conductor.instance.secPerBeat * 0.5f / Conductor.instance.musicSource.pitch)
|
||||
.OnComplete(() => {
|
||||
|
||||
var holderPos = VegetableHolder.localPosition;
|
||||
|
Reference in New Issue
Block a user