shadowartist201 / TKA-PC-Port

A Windows port of Techno Kitten Adventure.
https://shadowartist201.blogspot.com/
40 stars 3 forks source link

[All] Camera effects at Nyan Pack event #20 are out of sync #14

Open shadowartist201 opened 9 months ago

shadowartist201 commented 9 months ago

Despite coming right after the other, the rotating and flipping camera effects for event #20 are not happening at the same time.

case 20:
    this.tunnel.Set(TunnelEffect.Disappear);
    Camera.DoRotatingNyan(Global.BPM * 8f);
    Camera.DoFlippingNyan(Global.BPM * 8f);
    Camera.SetEffect(6);
    rainbowOverlayEnabled = true;
    letterManager.TurnOn(0);
    break;