apetavern / grubs

A worms-inspired artillery game for s&box with randomly generated levels.
MIT License
35 stars 7 forks source link

ExplosiveProjectile.TimeUntilExplosion World UI #423

Closed DrewBritt closed 3 months ago

DrewBritt commented 3 months ago

In Entity Grubs, we had UI over projectiles that were to explode after a set time, like grenades. This info would be really nice to have again. I was thinking we could have a circle that disappears radially, with the seconds remaining in the middle. It can inherit TargetedWorldPanel, and Target the projectile until it's destroyed.