CitiesSkylinesMods / TMPE

Cities: Skylines Traffic Manager: President Edition
https://steamcommunity.com/sharedfiles/filedetails/?id=1637663252
MIT License
563 stars 85 forks source link

debug switches UI #1696

Closed kianzarrin closed 1 year ago

kianzarrin commented 1 year ago

Debug switches are now handled by in game UI interface from the options panel and from the debug panel (code copied despawn panel). They are not longer saved to XML since they can now be set using the UI interface. changed debug switches to flags. TrafficManager.zip

kianzarrin commented 1 year ago

image

krzychu124 commented 1 year ago

@kianzarrin build is failing because: TLM\State\OptionsTabs\MaintenanceTab_ConfigGroup.cs(4,29): error CS0234: The type or namespace name 'DebugSwitches' does not exist in the namespace 'TrafficManager.UI' (are you missing an assembly reference?)