Split ResetSAS from PR 255

This commit is contained in:
Hakan Tandogan 2015-01-21 14:38:07 +01:00
parent 0e27b50206
commit 4218029318
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"name" : "ResetSAS",
"identifier" : "ResetSAS",
"abstract" : "Set SAS mode to attitude hold when you turn SAS off and on.",
"download" : "http://greenoctagon.co.uk/ResetSAS.zip",
"license" : "MIT",
"version" : "0.01",
"release_status" : "stable",
"ksp_version_min" : "0.90.0",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/106487",
"github" : {
"url" : "https://github.com/Technicalfool/ResetSAS"
}
},
"install" : [
{
"file" : "ResetSAS",
"install_to" : "GameData"
}
]
}