Skip to main content

Module combo_indicator

Module combo_indicator 

Source
Expand description

Combo streak indicator component.

Displays the current combo count with animated flames and multiplier. Shows “NEW RECORD!” toast when achieving a personal best.

§Props

  • combo - Current combo count (0 hides the component)
  • multiplier - XP multiplier (e.g., 1.5x)
  • is_new_record - Whether this combo beats the personal record

Re-exports§

pub use ComboIndicator_completions::Component::ComboIndicator;

Structs§

ComboIndicatorProps
Properties for the ComboIndicator component.

Functions§

ComboIndicator
Props