ballistica icon indicating copy to clipboard operation
ballistica copied to clipboard

Respawn step indicator

Open 3alTemp opened this issue 1 year ago • 0 comments

Description

Inherited from this discord post I made a while ago, it adds a decimal step indicator to the respawn icon time to help players see when they are gonna respawn better. I chose this design over decimals because as Eric pointed out, decimals would send a lot of setattr messages to clients, this being a solid alternative that is readable and uses considerably less updates.

Normal mode

https://github.com/efroemling/ballistica/assets/79161340/536c3cee-f87b-4d69-bdc8-9ada56794baa

Epic mode (ft. putrid compression)

https://github.com/efroemling/ballistica/assets/79161340/454942a0-2828-49c8-86ef-9eeae1fb98d8

By default, it works on both normal and epic mode, though I left a self._dots_epic_only variable that makes this feature epic mode exclusive, where it's more useful to have at.

Type of Mimi

Type
:sparkles: New feature

3alTemp avatar Jan 12 '24 01:01 3alTemp