Move keybindings for the newhorizons scene into its own file

This commit is contained in:
Alexander Bock
2016-05-19 17:20:38 +02:00
parent 50d8b93d30
commit 7b525d1b29
2 changed files with 92 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ function preInitialization()
-- openspace.time.setTime("2015-07-14T02:41:55.00")
openspace.time.setTime("2015-07-14T10:05:00.00")
openspace.time.setDeltaTime(0)
dofile(openspace.absPath('${SCRIPTS}/bind_keys.lua'))
dofile(openspace.absPath('${SCRIPTS}/bind_keys_newhorizons.lua'))
end
function postInitialization()