mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-25 14:29:03 -06:00
Fix JWST keybindings
This commit is contained in:
@@ -263,9 +263,7 @@ local playForwards = {
|
||||
]],
|
||||
Documentation = "Jump to the JWST launch time and play the timelaps of deployment forward",
|
||||
GuiPath = "/JWST",
|
||||
IsLocal = false,
|
||||
|
||||
Key = "m"
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local clearPlay = {
|
||||
@@ -282,9 +280,7 @@ local clearPlay = {
|
||||
]],
|
||||
Documentation = "Set delta time back to realtime and clear the JWST deployment timelapse",
|
||||
GuiPath = "/JWST",
|
||||
IsLocal = false,
|
||||
|
||||
Key = "."
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
asset.onInitialize(function()
|
||||
|
||||
@@ -147,6 +147,14 @@
|
||||
{
|
||||
"action": "profile.set.2021_sun",
|
||||
"key": "K"
|
||||
},
|
||||
{
|
||||
"action": "jwst.play.forwards",
|
||||
"key": "M"
|
||||
},
|
||||
{
|
||||
"action": "jwst.play.clear",
|
||||
"key": "B"
|
||||
}
|
||||
],
|
||||
"mark_nodes": [
|
||||
|
||||
Reference in New Issue
Block a user