Merge 2 types of damage into DamageIndicator Widget

Why not just use the separate nodes

EventRadialDamage

EventPointDamage

nodes, that way, you can add the damage before putting it on the screen… :slight_smile:

Edit: or you could take this approach:

So, don’t display the damage immediately, collect it and display it on a regular basis. ( Obviously you probably wouldn’t use a print string, it would be a widget etc… )