Game Feel Library
← Browse
CombatIntermediate

Combo Popup

A punchy on-screen callout that celebrates a combo, streak, or milestone.

combatuijuicefeedback

Examples

Captured from this page's own interactive demo below.

Overview

A combo popup is a short, high-energy UI burst — text like '×5 COMBO' or 'PERFECT!' — that punches onto the screen with an exaggerated scale/rotation entrance, holds briefly, then exits.

It works because it converts an abstract counter (a combo number going up) into a moment worth noticing — the player's skill is being explicitly celebrated rather than just tallied.

It's one of the most direct reward-feeling effects in this whole library: it exists purely to make the player feel good about what they just did, which is why it leans harder into exaggeration than almost anything else here.

Interactive Demo

mash Hit to build the combo

Punch Scale1.4
Rotation8°

Use Cases

CombatFighting gamesHyper CasualMatch-3

Best Practices

Do

  • Reserve the biggest version of this for genuinely significant milestones — not every combo tick deserves full-screen text.
  • Combine scale, a slight rotation, and a fast ease-out-then-settle for the most satisfying entrance.
  • Pair with a matching sound sting — this effect is disproportionately weaker without audio.

Don't

  • Don't block gameplay-critical UI or the play area while the popup is on screen.
  • Don't reuse the exact same popup for wildly different milestones (a 3-combo and a full-clear) — scale the presentation to the achievement.
  • Don't let popups queue up and stack if triggers happen in rapid succession — combine or drop, don't pile.

Common Mistakes

Implementation

Paste this into your AI assistant (Cursor, Copilot, Claude) to add the effect to your project.

Prompt
Add the "Combo Popup" game-feel effect to my project: A punchy on-screen callout that celebrates a combo, streak, or milestone.

How it works: A combo popup is a short, high-energy UI burst — text like '×5 COMBO' or 'PERFECT!' — that punches onto the screen with an exaggerated scale/rotation entrance, holds briefly, then exits.

Guidelines:
- Reserve the biggest version of this for genuinely significant milestones — not every combo tick deserves full-screen text.
- Combine scale, a slight rotation, and a fast ease-out-then-settle for the most satisfying entrance.
- Pair with a matching sound sting — this effect is disproportionately weaker without audio.

Avoid:
- Don't block gameplay-critical UI or the play area while the popup is on screen.
- Don't reuse the exact same popup for wildly different milestones (a 3-combo and a full-clear) — scale the presentation to the achievement.
- Don't let popups queue up and stack if triggers happen in rapid succession — combine or drop, don't pile.

Implement the effect in whatever engine/stack the project already uses and follow its existing code style. Wire it up where it makes sense.

References

Related Effects

Comments