Skip to content

ura_switch

Anthony Samms edited this page Jun 1, 2026 · 1 revision

UraSwitchAnimation plays a brief sprite animation when the player toggles between normal and Ura difficulty mode on the song_select screen.

UraSwitchAnimation

UraSwitchAnimation();

Retrieves the TextureChangeAnimation and FadeAnimation from the skin.

Methods

void start(bool is_backwards);

Starts the animation. is_backwards reverses the sprite sequence, producing a distinct visual when switching from Ura back to Oni.

void update(double current_ms);

Advances both the texture change and fade animations.

void draw();

Draws the current animation frame at the configured screen position, at the opacity given by the fade animation.

Clone this wiki locally