Add funciton and keybinding to stop playing a path

This commit is contained in:
Emma Broman
2020-01-26 16:30:20 -05:00
parent da8a773122
commit e209e7cd6a
5 changed files with 31 additions and 1 deletions
+8
View File
@@ -69,6 +69,14 @@ local Keybindings = {
GuiPath = "/Interaction",
Local = false
},
{
Key = "Q",
Name = "Stop camera path",
Command = "openspace.autonavigation.stopPath()",
Documentation = "Stop a camera path.",
GuiPath = "/Interaction",
Local = false
},
}
asset.onInitialize(function ()