Add: Ability to toggle visibility of station signs by facility. (#13207)

This commit is contained in:
Peter Nelson
2025-01-14 21:23:35 +00:00
committed by GitHub
parent 74bd064d10
commit 4c8f1b0f81
9 changed files with 69 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ TransparencyOptionBits _transparency_opt; ///< The bits that should be transpar
TransparencyOptionBits _transparency_lock; ///< Prevent these bits from flipping with X.
TransparencyOptionBits _invisibility_opt; ///< The bits that should be invisible.
uint8_t _display_opt; ///< What do we want to draw/do?
uint8_t _facility_display_opt; ///< What station facilities to draw.
class TransparenciesWindow : public Window
{