krafs / LevelUp

Rimworld mod for customizing colonist level up notifications.
MIT License
6 stars 8 forks source link

fix: Reimplement Widgets.ButtonText #93

Closed krafs closed 1 year ago

krafs commented 1 year ago

Replaces all uses of Widgets.ButtonText with custom reimplementation.

The signature of Widgets.ButtonText is different in 1.3 and 1.4. Using a stable, custom version of the method allows LevelUp to avoid separate compilations for 1.3 and 1.4.

The reimplementation is basically a shortened version of the same method in 1.3.