Merge pull request #506 from Apokee/update_selectroot

Update SelectRoot
This commit is contained in:
Willhelm Rendahl 2015-05-20 11:38:33 +02:00
commit ac5d7430b5
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"spec_version": 1,
"identifier": "SelectRoot",
"name": "Select Root",
"abstract": "Fixes stock root part selection awkwardness.",
"author": "FW Industries",
"license": "MIT",
"resources":
{
"homepage": "http://forum.kerbalspaceprogram.com/threads/43208"
},
"version": "2015-05-17",
"ksp_version": "1.0.2",
"download": "https://dl.dropboxusercontent.com/u/7121093/ksp-mods/KSP%5B1.0.2%5DSelectRoot2%5BMay17%5D.zip",
"install": [
{
"file": "GameData/SelectRoot2",
"install_to": "GameData",
"filter": "SelectRoot2Behaviour.cs"
}
]
}