MSUTeam / MSU

Modding Standards and Utilities for Battle Brothers
21 stars 4 forks source link

feat: add small popup notification and expose functions for other mods to add messages #381

Closed TaroEld closed 1 month ago

TaroEld commented 2 months ago

This comes with a refactor of the basic popup functions. The popup now has 3 'states': None, Small and Full None means hidden. Small means a small popup icon will be present, with the MSU icon overlaid with an exclamation mark, and optionally a footer message. The user can then click on this small popup to bring up the big popup. This one has been improved to be more modular, and allows other mods to post messages via the mod addon API.