Create separate key bindings for rosetta mission

Prolong rosetta trail
This commit is contained in:
Alexander Bock
2016-05-18 21:37:27 +02:00
parent ecf1862eb3
commit dba650c80d
4 changed files with 55 additions and 6 deletions

View File

@@ -6,9 +6,9 @@ function preInitialization()
critical objects.
]]--
-- openspace.time.setTime("2014 AUG 21 18:00:00")
openspace.time.setTime("2015 SEP 10 19:39:00")
dofile(openspace.absPath('${SCRIPTS}/bind_keys.lua'))
openspace.time.setTime("2014 AUG 21 18:00:00")
-- openspace.time.setTime("2015 SEP 10 19:39:00")
dofile(openspace.absPath('${SCRIPTS}/bind_keys_rosetta.lua'))
end
function postInitialization()

View File

@@ -103,7 +103,7 @@ return {
Color = "textures/glare.png"
},
StartTime = "2014 AUG 01 12:00:00",
EndTime = "2015 MAY 26 12:00:00"
EndTime = "2016 MAY 26 12:00:00"
},
GuiName = "RosettaCometTrail"
},