-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TimedTrafficLights states moved inside TTL tool (#828)
* TimedTrafficLights states moved inside TTL tool; Fixes #826 * Revert submodules accidentally modified to what Master branch has * Delete extra sprite which should not be there
- Loading branch information
Showing
7 changed files
with
128 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
namespace TrafficManager.UI.SubTools { | ||
internal enum TTLToolMode { | ||
/// <summary>Timed traffic light submode.</summary> | ||
SelectNode, | ||
|
||
/// <summary>Timed traffic light submode.</summary> | ||
ShowLights, | ||
|
||
/// <summary>Timed traffic light submode.</summary> | ||
AddNode, | ||
|
||
/// <summary>Timed traffic light submode.</summary> | ||
RemoveNode, | ||
|
||
/// <summary>Timed traffic light submode.</summary> | ||
CopyLights, | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.