parent
ec08fb0440
commit
f0a06ce7e8
@ -1,21 +1,21 @@
|
|||||||
MHG.SettingsMenu.Pages.Controls.Headings.CriticalPathAnalyzer: "Mod: Critical Path Analyzer"
|
MHG.SettingsMenu.Pages.Controls.Headings.CriticalPathAnalyzer: "Mod: Critical Path Analyzer"
|
||||||
|
|
||||||
FancyInput.Trigger.CriticalPathAnalyzer.OpenPathAnalyzer: "Open the path analyzer tool"
|
FancyInput.Trigger.CriticalPathAnalyzer.OpenPathAnalyzer: "Open the path analyzer tool"
|
||||||
FancyInput.Trigger.CriticalPathAnalyzer.OpenPathAnalyzer.Description : """
|
FancyInput.Trigger.CriticalPathAnalyzer.OpenPathAnalyzer.Description: """
|
||||||
Transitions into the CriticalPathAnalyzer state.
|
Transitions into the CriticalPathAnalyzer state.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
FancyInput.Trigger.CriticalPathAnalyzer.AnalyzePathStart: "Select start of path"
|
FancyInput.Trigger.CriticalPathAnalyzer.AnalyzePathStart: "Select start of path"
|
||||||
FancyInput.Trigger.CriticalPathAnalyzer.AnalyzePathStart.Description : """
|
FancyInput.Trigger.CriticalPathAnalyzer.AnalyzePathStart.Description: """
|
||||||
Press to select the start of the path to be analyzed.
|
Press to select the start of the path to be analyzed.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
FancyInput.Trigger.CriticalPathAnalyzer.AnalyzePathEnd: "Select end of path"
|
FancyInput.Trigger.CriticalPathAnalyzer.AnalyzePathEnd: "Select end of path"
|
||||||
FancyInput.Trigger.CriticalPathAnalyzer.AnalyzePathEnd.Description : """
|
FancyInput.Trigger.CriticalPathAnalyzer.AnalyzePathEnd.Description: """
|
||||||
Press to select the end of the path to be analyzed.
|
Press to select the end of the path to be analyzed.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
FancyInput.Trigger.CriticalPathAnalyzer.DisplayLoop: "Display loop"
|
FancyInput.Trigger.CriticalPathAnalyzer.DisplayLoop: "Display loop"
|
||||||
FancyInput.Trigger.CriticalPathAnalyzer.DisplayLoop.Description : """
|
FancyInput.Trigger.CriticalPathAnalyzer.DisplayLoop.Description: """
|
||||||
Highlights only clusters that are causing a loop.
|
Highlights only clusters that are causing a loop.
|
||||||
"""
|
"""
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
ID: CriticalPathAnalyzer
|
ID: CriticalPathAnalyzer
|
||||||
Name: CriticalPathAnalyzer
|
Name: CriticalPathAnalyzer
|
||||||
Author: D4VID
|
Author: D4VID
|
||||||
Version: 0.0.2
|
Version: 0.0.2
|
||||||
Priority: 0
|
Priority: 0
|
||||||
Dependencies:
|
Dependencies:
|
||||||
- HarmonyForLogicWorld
|
- HarmonyForLogicWorld
|
||||||
- EccsLogicWorldAPI
|
- EccsLogicWorldAPI
|
||||||
|
Loading…
Reference in new issue